Merge "ratectrl: make locally used symbol static." into experimental

This commit is contained in:
Paul Wilkins 2012-10-30 07:23:41 -07:00 committed by Gerrit Code Review
commit bbc6057687

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;