decodframe: make local symbol static.
authorRonald S. Bultje <rbultje@google.com>
Tue, 30 Oct 2012 04:08:59 +0000 (21:08 -0700)
committerRonald S. Bultje <rbultje@google.com>
Tue, 30 Oct 2012 04:08:59 +0000 (21:08 -0700)
Change-Id: Id55f3cd3c2f5857dbfd78703452740dfd63cdf41

vp8/decoder/decodframe.c

index 39ad8ab..9240529 100644 (file)
@@ -95,7 +95,7 @@ void vp8cx_init_de_quantizer(VP8D_COMP *pbi) {
   }
 }
 
-void mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd) {
+static void mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd) {
   int i;
   int QIndex;
   VP8_COMMON *const pc = &pbi->common;