changeset 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 52b8ffbf5d28
children 5c5fe792bb66
files mov.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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