aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-09-19 08:39:29 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-09-19 08:39:29 +0000
commitc034c4d62c0b02404bd65c9cab478e3ae00d0883 (patch)
treea090f313702c744be133e440adf9080fb0d3dfab
parentc3d193b3367655a6e6ad37f32bd4a9eddaa9132f (diff)
downloadqmmp-c034c4d62c0b02404bd65c9cab478e3ae00d0883.tar.gz
qmmp-c034c4d62c0b02404bd65c9cab478e3ae00d0883.tar.bz2
qmmp-c034c4d62c0b02404bd65c9cab478e3ae00d0883.zip
fixed transition between http tracks
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10299 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/qmmp/qmmpaudioengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmp/qmmpaudioengine.cpp b/src/qmmp/qmmpaudioengine.cpp
index ea5cb9d71..2287c9f36 100644
--- a/src/qmmp/qmmpaudioengine.cpp
+++ b/src/qmmp/qmmpaudioengine.cpp
@@ -98,6 +98,7 @@ bool QmmpAudioEngine::play()
if(!(m_output = createOutput()))
return false;
m_dithering->setFormats(m_decoders.head()->audioParameters().format(), m_output->outputAudioParameters().format());
+ reset();
#ifdef Q_OS_WIN
start(QThread::HighPriority);
#else