| Index: source/libvpx/vp8/encoder/tokenize.h | 
| =================================================================== | 
| --- source/libvpx/vp8/encoder/tokenize.h	(revision 96967) | 
| +++ source/libvpx/vp8/encoder/tokenize.h	(working copy) | 
| @@ -37,7 +37,7 @@ | 
| void init_context_counters(); | 
| void print_context_counters(); | 
|  | 
| -extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens]; | 
| +extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; | 
| #endif | 
|  | 
| extern const int *vp8_dct_value_cost_ptr; | 
|  |