aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-03-25 22:28:22 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-03-25 22:28:22 +0000
commit744f4de964bb72c8b4e6fde79c638dcbdbcdafc2 (patch)
treea01369dc0b8c695ab0310df926ff1b825e1cf256 /src
parent601b05b6427a8ac793c51a14339a914b8861b5a4 (diff)
downloadqmmp-744f4de964bb72c8b4e6fde79c638dcbdbcdafc2.tar.gz
qmmp-744f4de964bb72c8b4e6fde79c638dcbdbcdafc2.tar.bz2
qmmp-744f4de964bb72c8b4e6fde79c638dcbdbcdafc2.zip
fixed visualization bug
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2137 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-rw-r--r--src/qmmp/output.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmp/output.cpp b/src/qmmp/output.cpp
index 048d91dec..e37fb66a6 100644
--- a/src/qmmp/output.cpp
+++ b/src/qmmp/output.cpp
@@ -305,9 +305,9 @@ void Output::run()
mutex()->unlock();
if (b)
{
- dispatchVisual(b);
if (m_useEq)
iir((void*) b->data, b->nbytes, m_channels);
+ dispatchVisual(b);
if (SoftwareVolume::instance())
SoftwareVolume::instance()->changeVolume(b, m_channels, m_format);
l = 0;