1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

track time can be 64bit

Originally committed as revision 20650 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-11-29 02:40:27 +00:00
parent 7c4b7d0f41
commit 7506e117db

View File

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