shithub: libvpx

Download patch

ref: 842dc7ca609818e507798d0a8ef7822763a2c5b1
parent: b0f9f15dbd200a02103afc18e5674d2000699f65
parent: 8974daea11f974fd4d9356a3dc74694ee13367fc
author: Yaowu Xu <yaowu@google.com>
date: Wed Nov 9 19:43:12 EST 2011

Merge "fixed an encoder bug" into experimental

--- a/vp8/common/entropy.c
+++ b/vp8/common/entropy.c
@@ -128,7 +128,7 @@
 
 #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()
 {
--