Skip to content
GitLab
Menu
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
bbc60576
Commit
bbc60576
authored
Oct 30, 2012
by
Paul Wilkins
Committed by
Gerrit Code Review
Oct 30, 2012
Browse files
Merge "ratectrl: make locally used symbol static." into experimental
parents
ac220b8d
1a02ea98
Changes
1
Show whitespace changes
Inline
Side-by-side
vp8/encoder/ratectrl.c
View file @
bbc60576
...
...
@@ -103,7 +103,7 @@ int vp8_gfboost_qadjust(int qindex) {
return
retval
;
}
int
kfboost_qadjust
(
int
qindex
)
{
static
int
kfboost_qadjust
(
int
qindex
)
{
int
retval
;
double
q
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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