summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2011-11-09 16:03:23 -0800
committerYaowu Xu <yaowu@google.com>2011-11-09 16:03:23 -0800
commit8974daea11f974fd4d9356a3dc74694ee13367fc (patch)
tree7f398ca65ce58e6d58aad4cc57bfce3bd11e1fc6 /vp8
parent5883246d0105e0a616a80c4c841487563b2ab6bc (diff)
downloadlibvpx-8974daea11f974fd4d9356a3dc74694ee13367fc.tar
libvpx-8974daea11f974fd4d9356a3dc74694ee13367fc.tar.gz
libvpx-8974daea11f974fd4d9356a3dc74694ee13367fc.tar.bz2
libvpx-8974daea11f974fd4d9356a3dc74694ee13367fc.zip
fixed an encoder bug
the bug caused the encoder to produce invalid bitstream when configured with enable_extend_qrange. Change-Id: I1e81c48b13359d0043cbbd480e679380a2da117c
Diffstat (limited to 'vp8')
-rw-r--r--vp8/common/entropy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/entropy.c b/vp8/common/entropy.c
index e5a58646c..558ca4b10 100644
--- a/vp8/common/entropy.c
+++ b/vp8/common/entropy.c
@@ -128,7 +128,7 @@ static const Prob Pcat6[] =
#endif
-static vp8_tree_index cat1[2], cat2[4], cat3[6], cat4[8], cat5[10], cat6[22];
+static vp8_tree_index cat1[2], cat2[4], cat3[6], cat4[8], cat5[10], cat6[26];
void vp8_init_scan_order_mask()
{