change track timescale to unsigned int, fix warning
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 29 Nov 2009 02:41:48 +0000 (02:41 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sun, 29 Nov 2009 02:41:48 +0000 (02:41 +0000)
Originally committed as revision 20651 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/movenc.c

index 6877f20..7ce2adc 100644 (file)
@@ -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;