mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
Block a user