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
5c756005
Commit
5c756005
authored
May 06, 2011
by
John Koleszar
Committed by
Code Review
May 06, 2011
Browse files
Merge "Don't override active_worst_quality in 2 pass"
parents
52490354
abc9958c
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/ratectrl.c
View file @
5c756005
...
...
@@ -416,7 +416,8 @@ static void calc_iframe_target_size(VP8_COMP *cpi)
// TODO: if we separate rate targeting from Q targetting, move this.
// Reset the active worst quality to the baseline value for key frames.
cpi
->
active_worst_quality
=
cpi
->
worst_quality
;
if
(
cpi
->
pass
!=
2
)
cpi
->
active_worst_quality
=
cpi
->
worst_quality
;
#if 0
{
...
...
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