summaryrefslogtreecommitdiff
path: root/apps/codecs/ape.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/ape.c')
-rw-r--r--apps/codecs/ape.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/ape.c b/apps/codecs/ape.c
index dbe6e0fc9e..6c829c3863 100644
--- a/apps/codecs/ape.c
+++ b/apps/codecs/ape.c
@@ -147,8 +147,6 @@ enum codec_status codec_main(void)
147 size_t resume_offset; 147 size_t resume_offset;
148 148
149 /* Generic codec initialisation */ 149 /* Generic codec initialisation */
150 ci->configure(CODEC_SET_FILEBUF_WATERMARK, 1024*512);
151
152 ci->configure(DSP_SET_SAMPLE_DEPTH, APE_OUTPUT_DEPTH-1); 150 ci->configure(DSP_SET_SAMPLE_DEPTH, APE_OUTPUT_DEPTH-1);
153 151
154 next_track: 152 next_track: