This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avformat/matroskadec: use proper types for some EbmlSyntax fields
Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.3
James Almer
6 years ago
parent
a0739e8a16
commit
f34aabfbae
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavformat/matroskadec.c
+ 2
- 2
libavformat/matroskadec.c
View File
@@ -97,8 +97,8 @@ typedef enum {
typedef const struct EbmlSyntax {
uint32_t id;
EbmlType type;
in
t list_elem_size;
in
t data_offset;
size_
t list_elem_size;
size_
t data_offset;
union {
int64_t i;
uint64_t u;
Write
Preview
Loading…
Cancel
Save