Commit fe335ff5 authored by Baptiste Coudurier's avatar Baptiste Coudurier

change cts type to int, save some space

Originally committed as revision 18830 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 644f8c76
......@@ -49,7 +49,7 @@ typedef struct MOVIentry {
unsigned int samplesInChunk;
char key_frame;
unsigned int entries;
int64_t cts;
int cts;
int64_t dts;
} MOVIentry;
......
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