Merge "fixed an encoder bug" into experimental

This commit is contained in:
Yaowu Xu 2011-11-10 00:43:12 +00:00 committed by On2 (Google) Code Review
commit 842dc7ca60

View File

@ -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()
{