From 5825f942bcf625ae6d6b4cc653589c9cf89f84e6 Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Wed, 9 Nov 2011 15:26:41 -0800 Subject: [PATCH] fixed an encoder bug in experimental branch the bug causes experimental branch to produce invalid bitstream when extend_qrange option is on. Change-Id: Iba294980759f13e4ae071f29fb44e292533f0d7e --- vp8/common/entropy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp8/common/entropy.c b/vp8/common/entropy.c index 0f8a7898e..652450c78 100644 --- a/vp8/common/entropy.c +++ b/vp8/common/entropy.c @@ -103,7 +103,7 @@ static const Prob Pcat5[] = { 180, 157, 141, 134, 130}; static const Prob Pcat6[] = { 254, 254, 252, 249, 243, 230, 196, 177, 153, 140, 133, 130, 129}; -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() {