summaryrefslogtreecommitdiff
path: root/apps/codecs/a52.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/a52.c')
-rw-r--r--apps/codecs/a52.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/a52.c b/apps/codecs/a52.c
index 360a5862d7..d399e91627 100644
--- a/apps/codecs/a52.c
+++ b/apps/codecs/a52.c
@@ -31,8 +31,8 @@ CODEC_HEADER
31#define A52_SAMPLESPERFRAME (6*256) 31#define A52_SAMPLESPERFRAME (6*256)
32 32
33static a52_state_t *state; 33static a52_state_t *state;
34unsigned long samplesdone; 34static unsigned long samplesdone;
35unsigned long frequency; 35static unsigned long frequency;
36 36
37/* used outside liba52 */ 37/* used outside liba52 */
38static uint8_t buf[3840] IBSS_ATTR; 38static uint8_t buf[3840] IBSS_ATTR;