Skip to content
Snippets Groups Projects
Commit 842dc7ca authored by Yaowu Xu's avatar Yaowu Xu Committed by On2 (Google) Code Review
Browse files

Merge "fixed an encoder bug" into experimental

parents b0f9f15d 8974daea
No related branches found
No related tags found
No related merge requests found
......@@ -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()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment