ratectrl: make locally used symbol static.
Change-Id: I4f317f413fbbcc59f84ff77899ea208fb0dccb2a
This commit is contained in:
parent
07b8707532
commit
1a02ea98af
@ -103,7 +103,7 @@ int vp8_gfboost_qadjust(int qindex) {
|
|||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
int kfboost_qadjust(int qindex) {
|
static int kfboost_qadjust(int qindex) {
|
||||||
int retval;
|
int retval;
|
||||||
double q;
|
double q;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user