track time can be 64bit

Originally committed as revision 20650 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Baptiste Coudurier 15 years ago
parent 7c4b7d0f41
commit 7506e117db
  1. 2
      libavformat/movenc.c

@ -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…
Cancel
Save