From: Ronald S. Bultje Date: Tue, 30 Oct 2012 04:08:59 +0000 (-0700) Subject: decodframe: make local symbol static. X-Git-Tag: v1.3.0~1217^2~159^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ff22bde6837858df5165995ddb29014a6218953;p=libvpx decodframe: make local symbol static. Change-Id: Id55f3cd3c2f5857dbfd78703452740dfd63cdf41 --- diff --git a/vp8/decoder/decodframe.c b/vp8/decoder/decodframe.c index 39ad8ab00..9240529e5 100644 --- a/vp8/decoder/decodframe.c +++ b/vp8/decoder/decodframe.c @@ -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;