diff mpegvideo.c @ 251:75091bfc577b libavcodec

fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext header, its the fps indeed)
author michaelni
date Fri, 22 Feb 2002 19:19:01 +0000
parents 42a0b7b16738
children ddb1a0e94cf4
line wrap: on
line diff
--- a/mpegvideo.c	Fri Feb 22 03:35:41 2002 +0000
+++ b/mpegvideo.c	Fri Feb 22 19:19:01 2002 +0000
@@ -1128,7 +1128,7 @@
         }
     }
     
-    if (s->h263_msmpeg4) 
+    if (s->h263_msmpeg4 && s->pict_type == I_TYPE)
         msmpeg4_encode_ext_header(s);
 
     //if (s->gob_number)