From 9fe563378907fd0cf6c78476e03d8bc650b034dd Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Thu, 29 Nov 2007 01:45:56 +0000 Subject: Stop writing to the metadata struct in the codec, it's not nice. These fields are already properly filled out anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15845 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/speex.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/codecs') 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: 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) { -- cgit v1.2.3