Commit f9e7960b authored by michael's avatar michael

more 10l typos


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3881 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d7690d69
......@@ -1409,7 +1409,7 @@ static int decode_p_mbs(VC9Context *v)
}
if (!v->ttmbf)
v->ttfrm = get_vlc2(&v->gb, v->ttmb_vlc->table,
VC9_TTMB_VLC_BITS, 12);
VC9_TTMB_VLC_BITS, 2);
//Decode blocks from that mb wrt cbpcy
}
else //Skipped
......@@ -1440,7 +1440,7 @@ static int decode_p_mbs(VC9Context *v)
ac_pred = get_bits(&v->gb, 1);
if (!v->ttmbf)
tt_block = get_vlc2(&v->gb, v->ttmb_vlc->table,
VC9_TTMB_VLC_BITS, 12);
VC9_TTMB_VLC_BITS, 2);
/* TODO: Process blocks wrt cbpcy */
......
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