# HG changeset patch # User stefang # Date 1152119293 0 # Node ID 8a282f6c2248188e53aa9816ed0a145bceb141d5 # Parent c7a2ad36719977d0b71e91e5ac697051524bf8ac missed removing this line in my last commit diff -r c7a2ad367199 -r 8a282f6c2248 cavs.c --- a/cavs.c Wed Jul 05 14:12:00 2006 +0000 +++ b/cavs.c Wed Jul 05 17:08:13 2006 +0000 @@ -1302,7 +1302,6 @@ mb_type = get_ue_golomb(&s->gb) + B_DIRECT; } else mb_type = get_ue_golomb(&s->gb) + B_SKIP; - init_mb(h); if(mb_type > B_8X8) { h->cbp = cbp_tab[mb_type - B_8X8 - 1][0]; decode_mb_i(h);