Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
d5c2d2dc
Commit
d5c2d2dc
authored
Jun 07, 2013
by
Ronald S. Bultje
Browse files
Fix line that disables the line above it.
Change-Id: I19d5cb60a00a001f6e5b3d90ce2db6e49d6209ad
parent
fb1f6f1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
d5c2d2dc
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment