changeset 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 933cc4acab5c
children bd0dd8d0b759
files mpegvideo.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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];