[Ffmpeg-cvslog] r5653 - trunk/libavformat/mov.c

bcoudurier subversion
Fri Jul 7 10:45:50 CEST 2006


Author: bcoudurier
Date: Fri Jul  7 10:45:50 2006
New Revision: 5653

Modified:
   trunk/libavformat/mov.c

Log:
clean

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	(original)
+++ trunk/libavformat/mov.c	Fri Jul  7 10:45:50 2006
@@ -979,11 +979,6 @@
             st->codec->bits_per_sample = get_be16(pb); /* depth */
             st->codec->color_table_id = get_be16(pb); /* colortable id */
 
-/*          These are set in mov_read_stts and might already be set!
-            st->codec->time_base.den      = 25;
-            st->codec->time_base.num = 1;
-*/
-
             /* figure out the palette situation */
             color_depth = st->codec->bits_per_sample & 0x1F;
             color_greyscale = st->codec->bits_per_sample & 0x20;




More information about the ffmpeg-cvslog mailing list