Commit 43733fff authored by bcoudurier's avatar bcoudurier

change track timescale to unsigned int, fix warning

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20651 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 44f7d21a
...@@ -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