From: Yaowu Xu Date: Wed, 9 Nov 2011 23:26:41 +0000 (-0800) Subject: fixed an encoder bug in experimental branch X-Git-Tag: v1.3.0~1217^2~387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5825f942bcf625ae6d6b4cc653589c9cf89f84e6;p=libvpx 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 --- 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() {