From 8ff22bde6837858df5165995ddb29014a6218953 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 29 Oct 2012 21:08:59 -0700 Subject: [PATCH] decodframe: make local symbol static. Change-Id: Id55f3cd3c2f5857dbfd78703452740dfd63cdf41 --- vp8/decoder/decodframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp8/decoder/decodframe.c b/vp8/decoder/decodframe.c index 39ad8ab..9240529 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; -- 2.7.4