]> granicus.if.org Git - libvpx/commitdiff
Fix segment feature data size.
authorRonald S. Bultje <rbultje@google.com>
Fri, 7 Jun 2013 18:44:33 +0000 (11:44 -0700)
committerRonald S. Bultje <rbultje@google.com>
Fri, 7 Jun 2013 20:57:28 +0000 (13:57 -0700)
Change-Id: I4331cfd99a717938f4f970cad81c468cbf287b00

vp9/common/vp9_seg_common.c

index e54e6c7cbd8d19be95b2cd0999ede2bf542383b3..df7747c909fdcadce64eb95d1fe9b76a703f4ca0 100644 (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,