diff options
Diffstat (limited to 'apps/codecs/shorten.c')
-rw-r--r-- | apps/codecs/shorten.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/shorten.c b/apps/codecs/shorten.c index 4e00b9a579..9b5c2e2f17 100644 --- a/apps/codecs/shorten.c +++ b/apps/codecs/shorten.c @@ -47,8 +47,6 @@ enum codec_status codec_main(void) size_t bytesleft; /* Generic codec initialisation */ - ci->configure(CODEC_SET_FILEBUF_WATERMARK, 1024*512); - ci->configure(DSP_SET_STEREO_MODE, STEREO_NONINTERLEAVED); ci->configure(DSP_SET_SAMPLE_DEPTH, SHN_OUTPUT_DEPTH-1); |