summaryrefslogtreecommitdiff
path: root/apps/codecs/speex.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/speex.c')
-rw-r--r--apps/codecs/speex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/speex.c b/apps/codecs/speex.c
index 6fbc8adf64..df80f53f76 100644
--- a/apps/codecs/speex.c
+++ b/apps/codecs/speex.c
@@ -474,8 +474,6 @@ next_page:
474 goto exit; 474 goto exit;
475 } 475 }
476 476
477 ci->id3->vbr = true;
478 ci->id3->frequency = samplerate;
479 ci->configure(DSP_SET_FREQUENCY, ci->id3->frequency); 477 ci->configure(DSP_SET_FREQUENCY, ci->id3->frequency);
480 ci->configure(DSP_SET_SAMPLE_DEPTH, 16); 478 ci->configure(DSP_SET_SAMPLE_DEPTH, 16);
481 if (channels == 2) { 479 if (channels == 2) {