diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-04-27 07:51:28 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-04-27 07:51:28 +0000 |
| commit | c80e2e62983e5eca3499d8d837c093a0c60a39e5 (patch) | |
| tree | b2b62bcb6a19f379006b42a13552067efc23cc96 | |
| parent | 24e9158e2fb37c9bc1dac43d33e7caf0a1c22e7a (diff) | |
| download | qmmp-c80e2e62983e5eca3499d8d837c093a0c60a39e5.tar.gz qmmp-c80e2e62983e5eca3499d8d837c093a0c60a39e5.tar.bz2 qmmp-c80e2e62983e5eca3499d8d837c093a0c60a39e5.zip | |
removed invalid asserts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3409 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/qmmp/qmmpaudioengine.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qmmp/qmmpaudioengine.cpp b/src/qmmp/qmmpaudioengine.cpp index cb9ed2b58..5b4cc7d91 100644 --- a/src/qmmp/qmmpaudioengine.cpp +++ b/src/qmmp/qmmpaudioengine.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2012 by Ilya Kotov * + * Copyright (C) 2009-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -310,8 +310,6 @@ void QmmpAudioEngine::updateReplayGainSettings() void QmmpAudioEngine::run() { - Q_ASSERT(m_chan == 0); - Q_ASSERT(!m_output_buf); mutex()->lock (); m_next = false; qint64 len = 0; |
