summaryrefslogtreecommitdiff
path: root/apps/codecs/wma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/wma.c')
-rw-r--r--apps/codecs/wma.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c
index 93f4e27136..b5dfa4cb00 100644
--- a/apps/codecs/wma.c
+++ b/apps/codecs/wma.c
@@ -468,8 +468,6 @@ enum codec_status codec_main(void)
468 int errcount = 0; 468 int errcount = 0;
469 469
470 /* Generic codec initialisation */ 470 /* Generic codec initialisation */
471 ci->configure(CODEC_SET_FILEBUF_WATERMARK, 1024*512);
472
473 ci->configure(DSP_SET_SAMPLE_DEPTH, 29); 471 ci->configure(DSP_SET_SAMPLE_DEPTH, 29);
474 472
475next_track: 473next_track: