summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_modecont.h
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2013-06-05 11:21:44 -0700
committerDeb Mukherjee <debargha@google.com>2013-06-05 11:24:01 -0700
commit30226a658f7e9c36aa8bb259af167b07ab4e2f25 (patch)
tree85c00521efa887d56083e1c3164b07bd870ad876 /vp9/common/vp9_modecont.h
parent83885235a7398045302a62f9afccd0c4b27324ab (diff)
downloadlibvpx-30226a658f7e9c36aa8bb259af167b07ab4e2f25.tar
libvpx-30226a658f7e9c36aa8bb259af167b07ab4e2f25.tar.gz
libvpx-30226a658f7e9c36aa8bb259af167b07ab4e2f25.tar.bz2
libvpx-30226a658f7e9c36aa8bb259af167b07ab4e2f25.zip
Cosmetic renaming VP9_MVREFS to VP9_INTER_MODES
NO bitstream change Change-Id: I79f6146dac5fdd157051b6f8dc611c0b7b5e5f7f
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 7a6b35903..1a3e993a5 100644
--- a/vp9/common/vp9_modecont.h
+++ b/vp9/common/vp9_modecont.h
@@ -14,6 +14,6 @@
#include "vp9/common/vp9_entropy.h"
extern const int vp9_default_inter_mode_probs[INTER_MODE_CONTEXTS]
- [VP9_MVREFS - 1];
+ [VP9_INTER_MODES - 1];
#endif // VP9_COMMON_VP9_MODECONT_H_