Commit f34aabfb authored by James Almer's avatar James Almer

avformat/matroskadec: use proper types for some EbmlSyntax fields

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment