shithub: libvpx

Download patch

ref: 1fa77e28a122a15e583da55c0ba789db06850781
parent: 4551743ceb55719c73f85075ab00e12f4bd6b7b2
author: Yaowu Xu <yaowu@google.com>
date: Sat Sep 3 09:03:41 EDT 2011

fixed a decoder bug

the bug appears to be introduced from a merge at Commit:62400028..

Change-Id: I332d78b673f12e5ef2b0cdd6bab57dc2c8af7a72

--- a/vp8/decoder/detokenize.c
+++ b/vp8/decoder/detokenize.c
@@ -695,7 +695,7 @@
                               CAT_FIVE_CONTEXT_NODE_0_);
 
     val = CAT6_MIN_VAL;
-    bits_count = CONFIG_EXTEND_QRANGE?14:12;
+    bits_count = CONFIG_EXTEND_QRANGE?12:10;
 
     do
     {