mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
7506e117db
commit
74ccc66099
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue