|
|
@@ -707,7 +707,6 @@ int ff_h264_decode_mb_cavlc(const H264Context *h, H264SliceContext *sl) |
|
|
|
|
|
|
|
mb_xy = sl->mb_xy = sl->mb_x + sl->mb_y*h->mb_stride; |
|
|
|
|
|
|
|
ff_tlog(h->avctx, "pic:%d mb:%d/%d\n", h->frame_num, sl->mb_x, sl->mb_y); |
|
|
|
cbp = 0; /* avoid warning. FIXME: find a solution without slowing |
|
|
|
down the code */ |
|
|
|
if (sl->slice_type_nos != AV_PICTURE_TYPE_I) { |
|
|
|