summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_modecont.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-05-30 20:58:13 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-05-30 20:58:13 -0700
commit6ea6f4d2539d907003438f4f60fc6e5bafeefd1f (patch)
tree92a30d899df214efa5a120a3a58e11b50df48a6d /vp9/common/vp9_modecont.h
parent21595f8e38771c283fae6b39fe4a7be3d19d72f3 (diff)
parent580d29bdbb97c2ba862cadd12a7af093ab87f806 (diff)
downloadlibvpx-6ea6f4d2539d907003438f4f60fc6e5bafeefd1f.tar
libvpx-6ea6f4d2539d907003438f4f60fc6e5bafeefd1f.tar.gz
libvpx-6ea6f4d2539d907003438f4f60fc6e5bafeefd1f.tar.bz2
libvpx-6ea6f4d2539d907003438f4f60fc6e5bafeefd1f.zip
Merge "Remove one (unused) entry from mvref tables." into experimental
Diffstat (limited to 'vp9/common/vp9_modecont.h')
-rw-r--r--vp9/common/vp9_modecont.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_modecont.h b/vp9/common/vp9_modecont.h
index 30deb72d3..a6c489325 100644
--- a/vp9/common/vp9_modecont.h
+++ b/vp9/common/vp9_modecont.h
@@ -13,6 +13,6 @@
#include "vp9/common/vp9_entropy.h"
-extern const int vp9_default_mode_contexts[INTER_MODE_CONTEXTS][4];
+extern const int vp9_default_mode_contexts[INTER_MODE_CONTEXTS][VP9_MVREFS - 1];
#endif // VP9_COMMON_VP9_MODECONT_H_