From d5c2d2dc94c6bf781a2c9dc92c9290fee9ce133b Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 7 Jun 2013 11:43:43 -0700 Subject: [PATCH] Fix line that disables the line above it. Change-Id: I19d5cb60a00a001f6e5b3d90ce2db6e49d6209ad --- vp9/encoder/vp9_onyx_if.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c index 5bd4e7857..65efb548c 100644 --- a/vp9/encoder/vp9_onyx_if.c +++ b/vp9/encoder/vp9_onyx_if.c @@ -405,7 +405,6 @@ static void configure_static_seg_features(VP9_COMP *cpi) { qi_delta = compute_qdelta(cpi, cpi->avg_q, (cpi->avg_q * 1.125)); vp9_set_segdata(xd, 1, SEG_LVL_ALT_Q, (qi_delta + 2)); - vp9_set_segdata(xd, 1, SEG_LVL_ALT_Q, 0); vp9_enable_segfeature(xd, 1, SEG_LVL_ALT_Q); vp9_set_segdata(xd, 1, SEG_LVL_ALT_LF, -2); -- 2.50.1