From: Ronald S. Bultje Date: Fri, 7 Jun 2013 18:43:43 +0000 (-0700) Subject: Fix line that disables the line above it. X-Git-Tag: v1.3.0~1104^2~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5c2d2dc94c6bf781a2c9dc92c9290fee9ce133b;p=libvpx Fix line that disables the line above it. Change-Id: I19d5cb60a00a001f6e5b3d90ce2db6e49d6209ad --- 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);