]> granicus.if.org Git - libvpx/commitdiff
ratectrl: make locally used symbol static.
authorRonald S. Bultje <rbultje@google.com>
Tue, 30 Oct 2012 01:02:04 +0000 (18:02 -0700)
committerRonald S. Bultje <rbultje@google.com>
Tue, 30 Oct 2012 01:02:04 +0000 (18:02 -0700)
Change-Id: I4f317f413fbbcc59f84ff77899ea208fb0dccb2a

vp8/encoder/ratectrl.c

index cc3c82e7409d06eb1d8552bccd0e041fb5466513..e8e9c2c31d740bd0bf62a96088f62440bae82cd6 100644 (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;