summaryrefslogtreecommitdiff
path: root/apps/codecs/aac.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/aac.c')
-rw-r--r--apps/codecs/aac.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/aac.c b/apps/codecs/aac.c
index b781102469..60460355da 100644
--- a/apps/codecs/aac.c
+++ b/apps/codecs/aac.c
@@ -55,8 +55,6 @@ enum codec_status codec_main(void)
55 unsigned char c = 0; 55 unsigned char c = 0;
56 56
57 /* Generic codec initialisation */ 57 /* Generic codec initialisation */
58 ci->configure(CODEC_SET_FILEBUF_WATERMARK, 1024*512);
59
60 ci->configure(DSP_SET_STEREO_MODE, STEREO_NONINTERLEAVED); 58 ci->configure(DSP_SET_STEREO_MODE, STEREO_NONINTERLEAVED);
61 ci->configure(DSP_SET_SAMPLE_DEPTH, 29); 59 ci->configure(DSP_SET_SAMPLE_DEPTH, 29);
62 60