Commit 74ccc660 authored by Baptiste Coudurier's avatar Baptiste Coudurier

change track timescale to unsigned int, fix warning

Originally committed as revision 20651 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7506e117
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment