From 74ccc660991367abf759b83de94f06608b7dfe6e Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 29 Nov 2009 02:41:48 +0000 Subject: [PATCH] change track timescale to unsigned int, fix warning Originally committed as revision 20651 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/movenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 6877f208b..7ce2adc7a 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -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; -- 2.11.0