Chromium Code Reviews| Index: source/libvpx/vp9/common/vp9_seg_common.c |
| =================================================================== |
| --- source/libvpx/vp9/common/vp9_seg_common.c (revision 232232) |
| +++ source/libvpx/vp9/common/vp9_seg_common.c (working copy) |
| @@ -76,7 +76,7 @@ |
| } |
| -const vp9_tree_index vp9_segment_tree[14] = { |
| +const vp9_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = { |
| 2, 4, 6, 8, 10, 12, |
| 0, -1, -2, -3, -4, -5, -6, -7 |
| }; |