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:
@@ -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;
|
||||
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user