Index: libvpx/source/libvpx/vp8/encoder/tokenize.h |
diff --git a/libvpx/source/libvpx/vp8/encoder/tokenize.h b/libvpx/source/libvpx/vp8/encoder/tokenize.h |
index 04a8879cfc58caaa2f363a8a23df66d6f5c9667e..d87c1a3e7743df820d53dc569c979ca851471fd1 100644 |
--- a/libvpx/source/libvpx/vp8/encoder/tokenize.h |
+++ b/libvpx/source/libvpx/vp8/encoder/tokenize.h |
@@ -37,7 +37,7 @@ int rd_cost_mby(MACROBLOCKD *); |
void init_context_counters(); |
void print_context_counters(); |
-extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; |
+extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens]; |
#endif |
extern const int *vp8_dct_value_cost_ptr; |