more 10l typos
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 24 Jan 2005 01:56:53 +0000 (01:56 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 24 Jan 2005 01:56:53 +0000 (01:56 +0000)
Originally committed as revision 3881 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vc9.c

index d036d3f..3910174 100644 (file)
@@ -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 */