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:
parent
7c4b7d0f41
commit
7506e117db
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user