diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-20 09:07:02 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-20 09:07:02 +0000 |
| commit | 7cfd365a457fe6bf7e9981f521cc51a64bfee66d (patch) | |
| tree | 15ff3d78c78086c142dd7e6562677e0b329a114f /src/plugins/Input/mad/decoder_mad.cpp | |
| parent | 934373ccc87d3ca64206902528749fcf7ad01b4e (diff) | |
| download | qmmp-7cfd365a457fe6bf7e9981f521cc51a64bfee66d.tar.gz qmmp-7cfd365a457fe6bf7e9981f521cc51a64bfee66d.tar.bz2 qmmp-7cfd365a457fe6bf7e9981f521cc51a64bfee66d.zip | |
flac plugin: fixed cue support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1049 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decoder_mad.cpp')
| -rw-r--r-- | src/plugins/Input/mad/decoder_mad.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/decoder_mad.cpp b/src/plugins/Input/mad/decoder_mad.cpp index 5685da28a..766e8a678 100644 --- a/src/plugins/Input/mad/decoder_mad.cpp +++ b/src/plugins/Input/mad/decoder_mad.cpp @@ -355,7 +355,6 @@ qint64 DecoderMAD::readAudio(char *data, qint64 size) continue; } mad_synth_frame(&synth, &frame); - //stream.error = MAD_ERROR_NONE; return madOutput(data, size); } } |
