From 8aca0ef50efe1aed03521fe253d5eb4c029e317b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 9 Oct 2013 11:57:06 +0000 Subject: fixed replay gain debug message git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3759 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/replaygain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/qmmp/replaygain.cpp b/src/qmmp/replaygain.cpp index 8f8817a8e..991b26fc4 100644 --- a/src/qmmp/replaygain.cpp +++ b/src/qmmp/replaygain.cpp @@ -55,7 +55,6 @@ void ReplayGain::setReplayGainInfo(const QMap &info { m_info = info; m_headroom = headroom; - updateScale(); if(m_mode != QmmpSettings::REPLAYGAIN_DISABLED) { qDebug("ReplayGain: track: gain=%f dB, peak=%f; album: gain=%f dB, peak=%f", @@ -66,6 +65,7 @@ void ReplayGain::setReplayGainInfo(const QMap &info qDebug("ReplayGain: scale=%f", m_scale); qDebug("ReplayGain: headroom=%d", m_headroom); } + updateScale(); } qint64 ReplayGain::read(Decoder *decoder, char *data, qint64 size) -- cgit v1.2.3-13-gbd6f