Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(507)

Unified Diff: source/libvpx/vp9/common/vp9_seg_common.c

Issue 54923004: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/vp9/common/vp9_seg_common.h ('k') | source/libvpx/vp9/common/vp9_subpelvar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « source/libvpx/vp9/common/vp9_seg_common.h ('k') | source/libvpx/vp9/common/vp9_subpelvar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698