summaryrefslogtreecommitdiffstats
path: root/apps/codecs/wmapro.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/wmapro.c')
-rw-r--r--apps/codecs/wmapro.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/wmapro.c b/apps/codecs/wmapro.c
index d451810216..17e311c5c0 100644
--- a/apps/codecs/wmapro.c
+++ b/apps/codecs/wmapro.c
@@ -25,7 +25,8 @@
CODEC_HEADER
-int32_t *dec[2]; /* pointers to the output buffers in WMAProDecodeCtx in wmaprodec.c */
+static int32_t *dec[2]; /* pointers to the output buffers in WMAProDecodeCtx in
+ wmaprodec.c */
/* this is the codec entry point */