summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2007-11-29 01:45:56 +0000
committerThom Johansen <thomj@rockbox.org>2007-11-29 01:45:56 +0000
commit9fe563378907fd0cf6c78476e03d8bc650b034dd (patch)
tree861314bbdee14e6de47eda6b0104a577efd73a68
parente959c5aa95baf1f865ee141f08448f4748b05b4c (diff)
downloadrockbox-9fe563378907fd0cf6c78476e03d8bc650b034dd.tar.gz
rockbox-9fe563378907fd0cf6c78476e03d8bc650b034dd.zip
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
-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) {