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:
Baptiste Coudurier 2009-05-14 20:54:19 +00:00
parent 644f8c7670
commit fe335ff530
1 changed files with 1 additions and 1 deletions

View File

@ -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;