提交 f34aabfb 编写于 作者: J James Almer

avformat/matroskadec: use proper types for some EbmlSyntax fields

Signed-off-by: NJames Almer <jamrial@gmail.com>
上级 a0739e8a
......@@ -97,8 +97,8 @@ typedef enum {
typedef const struct EbmlSyntax {
uint32_t id;
EbmlType type;
int list_elem_size;
int data_offset;
size_t list_elem_size;
size_t data_offset;
union {
int64_t i;
uint64_t u;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册