summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-01-24 01:56:53 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-01-24 01:56:53 +0000
commitb299f0d907c1974a8d1f8d4c2580bdd83daf4960 (patch)
tree6d81c98d1a9982e0c5372fc48a4598c2e1adcc0b /libavcodec
parent9c68c65adbe5b0c6890afa8f1714e6d33385dfea (diff)
more 10l typos
Originally committed as revision 3881 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/vc9.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/vc9.c b/libavcodec/vc9.c
index d036d3f5fc..3910174fe2 100644
--- a/libavcodec/vc9.c
+++ b/libavcodec/vc9.c
@@ -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 */