summaryrefslogtreecommitdiff
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 @@
25 25
26CODEC_HEADER 26CODEC_HEADER
27 27
28int32_t *dec[2]; /* pointers to the output buffers in WMAProDecodeCtx in wmaprodec.c */ 28static int32_t *dec[2]; /* pointers to the output buffers in WMAProDecodeCtx in
29 wmaprodec.c */
29 30
30 31
31/* this is the codec entry point */ 32/* this is the codec entry point */