summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmeric Grange <emeric.grange@gmail.com>2012-02-01 17:20:50 +0100
committerEmeric Grange <emeric.grange@gmail.com>2012-06-24 16:57:33 +0200
commitb2a17008c0a7a8ba217cd577ff4716b1a5a3e855 (patch)
tree212ecebb72d9a8383fa718a29b9456dabf02f53c
parent428198f991fc8512e9a8cc8c577777daabbb456e (diff)
g3dvl/vp8: make mb_init_dequantizer() static
Signed-off-by: Emeric Grange <emeric.grange@gmail.com>
-rw-r--r--src/gallium/auxiliary/vl/vp8/decodeframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vp8/decodeframe.c b/src/gallium/auxiliary/vl/vp8/decodeframe.c
index 1afc10da27..e736cd1ae4 100644
--- a/src/gallium/auxiliary/vl/vp8/decodeframe.c
+++ b/src/gallium/auxiliary/vl/vp8/decodeframe.c
@@ -29,7 +29,7 @@
#define RTCD_VTABLE(x) NULL
-void mb_init_dequantizer(VP8_COMMON *common, MACROBLOCKD *mb)
+static void mb_init_dequantizer(VP8_COMMON *common, MACROBLOCKD *mb)
{
int i;
int QIndex;