ratectrl: make locally used symbol static.

Change-Id: I4f317f413fbbcc59f84ff77899ea208fb0dccb2a
This commit is contained in:
Ronald S. Bultje 2012-10-29 18:02:04 -07:00
parent 07b8707532
commit 1a02ea98af

View File

@ -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;