You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
more 10l typos
Originally committed as revision 3881 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1409,7 +1409,7 @@ static int decode_p_mbs(VC9Context *v)
|
|||||||
}
|
}
|
||||||
if (!v->ttmbf)
|
if (!v->ttmbf)
|
||||||
v->ttfrm = get_vlc2(&v->gb, v->ttmb_vlc->table,
|
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
|
//Decode blocks from that mb wrt cbpcy
|
||||||
}
|
}
|
||||||
else //Skipped
|
else //Skipped
|
||||||
@@ -1440,7 +1440,7 @@ static int decode_p_mbs(VC9Context *v)
|
|||||||
ac_pred = get_bits(&v->gb, 1);
|
ac_pred = get_bits(&v->gb, 1);
|
||||||
if (!v->ttmbf)
|
if (!v->ttmbf)
|
||||||
tt_block = get_vlc2(&v->gb, v->ttmb_vlc->table,
|
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 */
|
/* TODO: Process blocks wrt cbpcy */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user