diff mpegvideo.c @ 46:931417475f5b libavcodec

fixed mpeg1 first block bug (pb with black picture optimisation for B frames)
author glantau
date Wed, 08 Aug 2001 21:57:07 +0000
parents f324d9047ca3
children 4efb718f4dc6
line wrap: on
line diff
--- a/mpegvideo.c	Wed Aug 08 21:53:28 2001 +0000
+++ b/mpegvideo.c	Wed Aug 08 21:57:07 2001 +0000
@@ -370,6 +370,7 @@
     int i;
     UINT8 *tmp;
 
+    s->mb_skiped = 0;
     if (s->pict_type == B_TYPE) {
         for(i=0;i<3;i++) {
             s->current_picture[i] = s->aux_picture[i];