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 { ...@@ -58,7 +58,7 @@ typedef struct MOVIentry {
typedef struct MOVIndex { typedef struct MOVIndex {
int mode; int mode;
int entry; int entry;
long timescale; unsigned timescale;
uint64_t time; uint64_t time;
int64_t trackDuration; int64_t trackDuration;
long sampleCount; 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