Commit 46f721a2 authored by stefang's avatar stefang

missed removing this line in my last commit


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5626 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6c87ecef
...@@ -1302,7 +1302,6 @@ static int decode_pic(AVSContext *h) { ...@@ -1302,7 +1302,6 @@ static int decode_pic(AVSContext *h) {
mb_type = get_ue_golomb(&s->gb) + B_DIRECT; mb_type = get_ue_golomb(&s->gb) + B_DIRECT;
} else } else
mb_type = get_ue_golomb(&s->gb) + B_SKIP; mb_type = get_ue_golomb(&s->gb) + B_SKIP;
init_mb(h);
if(mb_type > B_8X8) { if(mb_type > B_8X8) {
h->cbp = cbp_tab[mb_type - B_8X8 - 1][0]; h->cbp = cbp_tab[mb_type - B_8X8 - 1][0];
decode_mb_i(h); decode_mb_i(h);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment