change track timescale to unsigned int, fix warning

Originally committed as revision 20651 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-11-29 02:41:48 +00:00
parent 7506e117db
commit 74ccc66099
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ typedef struct MOVIentry {
typedef struct MOVIndex {
int mode;
int entry;
long timescale;
unsigned timescale;
uint64_t time;
int64_t trackDuration;
long sampleCount;