summaryrefslogtreecommitdiff
path: root/apps/codecs/speex.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/speex.c')
-rw-r--r--apps/codecs/speex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/speex.c b/apps/codecs/speex.c
index 52f4239652..2a02ccb4b5 100644
--- a/apps/codecs/speex.c
+++ b/apps/codecs/speex.c
@@ -35,7 +35,7 @@
35 35
36CODEC_HEADER 36CODEC_HEADER
37 37
38spx_int16_t output[MAX_FRAME_SIZE] IBSS_ATTR; 38static spx_int16_t output[MAX_FRAME_SIZE] IBSS_ATTR;
39 39
40static int get_more_data(spx_ogg_sync_state *oy) 40static int get_more_data(spx_ogg_sync_state *oy)
41{ 41{