summaryrefslogtreecommitdiff
path: root/vp8/common/seg_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/seg_common.c')
-rw-r--r--vp8/common/seg_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/seg_common.c b/vp8/common/seg_common.c
index 42dcadaad..bd16c3407 100644
--- a/vp8/common/seg_common.c
+++ b/vp8/common/seg_common.c
@@ -12,7 +12,7 @@
//#if CONFIG_SEGFEATURES
const int segfeaturedata_signed[SEG_LVL_MAX] = {1, 1, 0, 0, 0, 0};
-const int vp8_seg_feature_data_bits[SEG_LVL_MAX] = {7, 6, 4, 4, 4, 2};
+const int vp8_seg_feature_data_bits[SEG_LVL_MAX] = {7, 6, 4, 4, 6, 2};
// These functions provide access to new segment level features.
// Eventually these function may be "optimized out" but for the moment,