mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avformat/matroskadec: use proper types for some EbmlSyntax fields
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
a0739e8a16
commit
f34aabfbae
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user