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

bcoudurier subversion
Thu May 14 22:54:20 CEST 2009


Author: bcoudurier
Date: Thu May 14 22:54:19 2009
New Revision: 18830

Log:
change cts type to int, save some space

Modified:
   trunk/libavformat/movenc.c

Modified: trunk/libavformat/movenc.c
==============================================================================
--- trunk/libavformat/movenc.c	Thu May 14 21:03:22 2009	(r18829)
+++ trunk/libavformat/movenc.c	Thu May 14 22:54:19 2009	(r18830)
@@ -49,7 +49,7 @@ typedef struct MOVIentry {
     unsigned int samplesInChunk;
     char         key_frame;
     unsigned int entries;
-    int64_t      cts;
+    int          cts;
     int64_t      dts;
 } MOVIentry;
 



More information about the ffmpeg-cvslog mailing list