[FFmpeg-cvslog] r18134 - trunk/libavformat/mov.c

bcoudurier subversion
Sun Mar 22 00:29:34 CET 2009


Author: bcoudurier
Date: Sun Mar 22 00:29:34 2009
New Revision: 18134

Log:
reset codec width/height for h264 forcing decoder to parse extradata

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	Sun Mar 22 00:08:20 2009	(r18133)
+++ trunk/libavformat/mov.c	Sun Mar 22 00:29:34 2009	(r18134)
@@ -1440,6 +1440,9 @@ static int mov_read_trak(MOVContext *c, 
 #if CONFIG_H263_DECODER
     case CODEC_ID_H263:
 #endif
+#if CONFIG_H264_DECODER
+    case CODEC_ID_H264:
+#endif
 #if CONFIG_MPEG4_DECODER
     case CODEC_ID_MPEG4:
 #endif



More information about the ffmpeg-cvslog mailing list