summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/ape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/ape.c b/apps/codecs/ape.c
index 97f9ee6639..0419a6f6bd 100644
--- a/apps/codecs/ape.c
+++ b/apps/codecs/ape.c
@@ -45,7 +45,7 @@ static uint32_t seektablebuf[MAX_SEEKPOINTS];
45 45
46#define INPUT_CHUNKSIZE (32*1024) 46#define INPUT_CHUNKSIZE (32*1024)
47 47
48/* 4608*4 = 18432 bytes per channel */ 48/* 1024*4 = 4096 bytes per channel */
49static int32_t decoded0[BLOCKS_PER_LOOP] IBSS_ATTR; 49static int32_t decoded0[BLOCKS_PER_LOOP] IBSS_ATTR;
50static int32_t decoded1[BLOCKS_PER_LOOP] IBSS_ATTR; 50static int32_t decoded1[BLOCKS_PER_LOOP] IBSS_ATTR;
51 51