shithub: libvpx

Download patch

ref: d5c2d2dc94c6bf781a2c9dc92c9290fee9ce133b
parent: fb1f6f1db4be474067bb8cc57fcb2ae9a95255b2
author: Ronald S. Bultje <[email protected]>
date: Fri Jun 7 07:43:43 EDT 2013

Fix line that disables the line above it.

Change-Id: I19d5cb60a00a001f6e5b3d90ce2db6e49d6209ad

--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -405,7 +405,6 @@
         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);