summaryrefslogtreecommitdiff
path: root/vp8/common/entropy.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/entropy.h')
-rw-r--r--vp8/common/entropy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/entropy.h b/vp8/common/entropy.h
index d3e841c3e..4d15449c9 100644
--- a/vp8/common/entropy.h
+++ b/vp8/common/entropy.h
@@ -106,7 +106,7 @@ extern short vp8_default_zig_zag_mask[16];
extern DECLARE_ALIGNED(64, const int, vp8_default_zig_zag1d_8x8[64]);
extern short vp8_default_zig_zag_mask_8x8[64];//int64_t
#endif
-extern const int vp8_mb_feature_data_bits[MB_LVL_MAX];
+extern const int vp8_mb_feature_data_bits[SEG_LVL_MAX];
void vp8_coef_tree_initialize(void);
#endif