summaryrefslogtreecommitdiff
path: root/vp9/common/modecont.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/common/modecont.h')
-rw-r--r--vp9/common/modecont.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/common/modecont.h b/vp9/common/modecont.h
index c13c14f6c..1fa4558e1 100644
--- a/vp9/common/modecont.h
+++ b/vp9/common/modecont.h
@@ -12,6 +12,6 @@
#ifndef __INC_MODECONT_H
#define __INC_MODECONT_H
-extern const int vp9_default_mode_contexts[6][4];
-extern const int vp9_default_mode_contexts_a[6][4];
+extern const int vp9_default_mode_contexts[INTER_MODE_CONTEXTS][4];
+extern const int vp9_default_mode_contexts_a[INTER_MODE_CONTEXTS][4];
#endif