aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/decodermadfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-10-09 11:17:49 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-10-09 11:17:49 +0000
commitbd043783db9ed8ec3c670265fdea84821aa3e600 (patch)
treec95630b0e39b1fc5b58ccfd0170aae066e3a2bcf /src/plugins/Input/mad/decodermadfactory.cpp
parented90cdc22d95e24a921a721a8307182d172c9795 (diff)
downloadqmmp-bd043783db9ed8ec3c670265fdea84821aa3e600.tar.gz
qmmp-bd043783db9ed8ec3c670265fdea84821aa3e600.tar.bz2
qmmp-bd043783db9ed8ec3c670265fdea84821aa3e600.zip
added peak overflow support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3755 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decodermadfactory.cpp')
-rw-r--r--src/plugins/Input/mad/decodermadfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/decodermadfactory.cpp b/src/plugins/Input/mad/decodermadfactory.cpp
index a254a8a96..2b6aeb8ba 100644
--- a/src/plugins/Input/mad/decodermadfactory.cpp
+++ b/src/plugins/Input/mad/decodermadfactory.cpp
@@ -100,7 +100,7 @@ Decoder *DecoderMADFactory::create(const QString &url, QIODevice *input)
if(!url.contains("://")) //local file
{
ReplayGainReader rg(url);
- d->setReplayGainInfo(rg.replayGainInfo());
+ d->setReplayGainInfo(rg.replayGainInfo(), true);
}
return d;
}