mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
change cts type to int, save some space
Originally committed as revision 18830 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
644f8c7670
commit
fe335ff530
@ -49,7 +49,7 @@ typedef struct MOVIentry {
|
|||||||
unsigned int samplesInChunk;
|
unsigned int samplesInChunk;
|
||||||
char key_frame;
|
char key_frame;
|
||||||
unsigned int entries;
|
unsigned int entries;
|
||||||
int64_t cts;
|
int cts;
|
||||||
int64_t dts;
|
int64_t dts;
|
||||||
} MOVIentry;
|
} MOVIentry;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user