diff options
| -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; |
