summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-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 cbbed6cdd6..f0d15ee67b 100644
--- a/apps/codecs/ape.c
+++ b/apps/codecs/ape.c
@@ -25,7 +25,7 @@
25 25
26CODEC_HEADER 26CODEC_HEADER
27 27
28#define BLOCKS_PER_LOOP 4608 28#define BLOCKS_PER_LOOP 1024
29#define MAX_CHANNELS 2 29#define MAX_CHANNELS 2
30#define MAX_BYTESPERSAMPLE 3 30#define MAX_BYTESPERSAMPLE 3
31 31