Fix segment feature data size.

Change-Id: I4331cfd99a717938f4f970cad81c468cbf287b00
This commit is contained in:
Ronald S. Bultje 2013-06-07 11:44:33 -07:00
parent d5c2d2dc94
commit 28164eb962

View File

@ -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,