]> granicus.if.org Git - libvpx/commitdiff
fixed a decoder bug
authorYaowu Xu <yaowu@google.com>
Sat, 3 Sep 2011 20:03:41 +0000 (13:03 -0700)
committerYaowu Xu <yaowu@google.com>
Sat, 3 Sep 2011 20:12:13 +0000 (13:12 -0700)
the bug appears to be introduced from a merge at Commit:62400028..

Change-Id: I332d78b673f12e5ef2b0cdd6bab57dc2c8af7a72

vp8/decoder/detokenize.c

index f8a6e7eb2181d7bcc99dc683b14a262dd6b23d03..a55b884c160395449e5fc465b1b41d4a6bac862a 100644 (file)
@@ -695,7 +695,7 @@ CHECK_0_:
                               CAT_FIVE_CONTEXT_NODE_0_);
 
     val = CAT6_MIN_VAL;
-    bits_count = CONFIG_EXTEND_QRANGE?14:12;
+    bits_count = CONFIG_EXTEND_QRANGE?12:10;
 
     do
     {