diff mov.c @ 4780:75d9edccd39c libavformat

reset codec width/height for h264 forcing decoder to parse extradata
author bcoudurier
date Sat, 21 Mar 2009 23:29:34 +0000
parents a0e0086f7f52
children 400ca65902d2
line wrap: on
line diff
--- a/mov.c	Sat Mar 21 21:02:08 2009 +0000
+++ b/mov.c	Sat Mar 21 23:29:34 2009 +0000
@@ -1440,6 +1440,9 @@
 #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