Commit 790edd01 authored by bcoudurier's avatar bcoudurier

change cts type to int, save some space

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18830 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 06b3573e
...@@ -49,7 +49,7 @@ typedef struct MOVIentry { ...@@ -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;
......
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