summaryrefslogtreecommitdiff
path: root/apps/codecs/cook.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/cook.c')
-rw-r--r--apps/codecs/cook.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/codecs/cook.c b/apps/codecs/cook.c
index 30255d4fd7..7e77c33e1d 100644
--- a/apps/codecs/cook.c
+++ b/apps/codecs/cook.c
@@ -28,10 +28,10 @@
28 28
29CODEC_HEADER 29CODEC_HEADER
30 30
31RMContext rmctx; 31static RMContext rmctx;
32RMPacket pkt; 32static RMPacket pkt;
33COOKContext q IBSS_ATTR; 33static COOKContext q IBSS_ATTR;
34int32_t rm_outbuf[2048]; 34static int32_t rm_outbuf[2048];
35 35
36static void init_rm(RMContext *rmctx) 36static void init_rm(RMContext *rmctx)
37{ 37{