changeset 2461:1d818bf32736 libavcodec

more 10l typos
author michael
date Mon, 24 Jan 2005 01:56:53 +0000
parents 42077bb89a53
children 5fd4de95731f
files vc9.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vc9.c	Mon Jan 24 01:46:12 2005 +0000
+++ b/vc9.c	Mon Jan 24 01:56:53 2005 +0000
@@ -1409,7 +1409,7 @@
                     }
                     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 @@
                             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 */