fixed deadlocks after projectRenderer ran

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1687 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-22 22:24:19 +00:00
parent 6088193ac0
commit 9aa0ec8313
3 changed files with 35 additions and 24 deletions

View File

@@ -78,13 +78,13 @@ private:
surroundSampleFrame * m_outBuf;
Uint8 * m_convertedBuf;
int m_convertedBuf_pos;
int m_convertedBuf_size;
int m_convertedBufPos;
int m_convertedBufSize;
bool m_convertEndian;
bool m_stopped;
QSemaphore m_stop_semaphore;
volatile bool m_stopped;
QSemaphore m_stopSemaphore;
} ;