# HG changeset patch # User glantau # Date 997307827 0 # Node ID 931417475f5b2450efae4415e456613a77427b63 # Parent 933cc4acab5ca2badd4375a0d0c43b078f462649 fixed mpeg1 first block bug (pb with black picture optimisation for B frames) diff -r 933cc4acab5c -r 931417475f5b mpegvideo.c --- 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];