summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-06-07 11:44:33 -0700
committerRonald S. Bultje <rbultje@google.com>2013-06-07 13:57:28 -0700
commit28164eb9624f716a92e65b8b82c7164a38a44ec0 (patch)
treec8251799422070265f7b4fde017acf6e3ad35909 /vp9/common
parentd5c2d2dc94c6bf781a2c9dc92c9290fee9ce133b (diff)
downloadlibvpx-28164eb9624f716a92e65b8b82c7164a38a44ec0.tar
libvpx-28164eb9624f716a92e65b8b82c7164a38a44ec0.tar.gz
libvpx-28164eb9624f716a92e65b8b82c7164a38a44ec0.tar.bz2
libvpx-28164eb9624f716a92e65b8b82c7164a38a44ec0.zip
Fix segment feature data size.
Change-Id: I4331cfd99a717938f4f970cad81c468cbf287b00
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_seg_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_seg_common.c b/vp9/common/vp9_seg_common.c
index e54e6c7cb..df7747c90 100644
--- a/vp9/common/vp9_seg_common.c
+++ b/vp9/common/vp9_seg_common.c
@@ -13,7 +13,7 @@
#include "vp9/common/vp9_seg_common.h"
static const int seg_feature_data_signed[SEG_LVL_MAX] = { 1, 1, 0, 0 };
-static const int seg_feature_data_max[SEG_LVL_MAX] = { MAXQ, 63, 15, 0 };
+static const int seg_feature_data_max[SEG_LVL_MAX] = { MAXQ, 63, 3, 0 };
// These functions provide access to new segment level features.
// Eventually these function may be "optimized out" but for the moment,