[FFmpeg-cvslog] r20651 - trunk/libavformat/movenc.c

bcoudurier subversion
Sun Nov 29 03:41:48 CET 2009


Author: bcoudurier
Date: Sun Nov 29 03:41:48 2009
New Revision: 20651

Log:
change track timescale to unsigned int, fix warning

Modified:
   trunk/libavformat/movenc.c

Modified: trunk/libavformat/movenc.c
==============================================================================
--- trunk/libavformat/movenc.c	Sun Nov 29 03:40:27 2009	(r20650)
+++ trunk/libavformat/movenc.c	Sun Nov 29 03:41:48 2009	(r20651)
@@ -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;



More information about the ffmpeg-cvslog mailing list