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 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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user