Fix line that disables the line above it.
Change-Id: I19d5cb60a00a001f6e5b3d90ce2db6e49d6209ad
This commit is contained in:
parent
fb1f6f1db4
commit
d5c2d2dc94
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user