Commit 7506e117 authored by Baptiste Coudurier's avatar Baptiste Coudurier

track time can be 64bit

Originally committed as revision 20650 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7c4b7d0f
...@@ -59,7 +59,7 @@ typedef struct MOVIndex { ...@@ -59,7 +59,7 @@ typedef struct MOVIndex {
int mode; int mode;
int entry; int entry;
long timescale; long timescale;
long time; uint64_t time;
int64_t trackDuration; int64_t trackDuration;
long sampleCount; long sampleCount;
long sampleSize; long sampleSize;
......
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