diff options
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/speex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/speex.c b/apps/codecs/speex.c index 6fbc8ad..df80f53 100644 --- a/apps/codecs/speex.c +++ b/apps/codecs/speex.c @@ -474,8 +474,6 @@ next_page: goto exit; } - ci->id3->vbr = true; - ci->id3->frequency = samplerate; ci->configure(DSP_SET_FREQUENCY, ci->id3->frequency); ci->configure(DSP_SET_SAMPLE_DEPTH, 16); if (channels == 2) { |