Commit 44f7d21a authored by bcoudurier's avatar bcoudurier

track time can be 64bit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20650 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7d2fa18c
......@@ -59,7 +59,7 @@ typedef struct MOVIndex {
int mode;
int entry;
long timescale;
long time;
uint64_t time;
int64_t trackDuration;
long sampleCount;
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