summaryrefslogtreecommitdiff
path: root/apps/codecs/shorten.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/shorten.c')
-rw-r--r--apps/codecs/shorten.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/shorten.c b/apps/codecs/shorten.c
index 8d62a12f03..c571df8c7a 100644
--- a/apps/codecs/shorten.c
+++ b/apps/codecs/shorten.c
@@ -63,7 +63,6 @@ enum codec_status codec_start(struct codec_api* api)
63 ci->configure(CODEC_SET_FILEBUF_WATERMARK, (int *)(1024*512)); 63 ci->configure(CODEC_SET_FILEBUF_WATERMARK, (int *)(1024*512));
64 ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, (int *)(1024*128)); 64 ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, (int *)(1024*128));
65 65
66 ci->configure(DSP_DITHER, (bool *)false);
67 ci->configure(DSP_SET_STEREO_MODE, (long *)STEREO_NONINTERLEAVED); 66 ci->configure(DSP_SET_STEREO_MODE, (long *)STEREO_NONINTERLEAVED);
68 ci->configure(DSP_SET_SAMPLE_DEPTH, (int *)(SHN_OUTPUT_DEPTH-1)); 67 ci->configure(DSP_SET_SAMPLE_DEPTH, (int *)(SHN_OUTPUT_DEPTH-1));
69 68