Initialize to zero.
This commit is contained in:
@@ -439,7 +439,8 @@ void RageSoundDriver::SetDecodeBufferSize( int iFrames )
|
|||||||
|
|
||||||
RageSoundDriver::RageSoundDriver():
|
RageSoundDriver::RageSoundDriver():
|
||||||
m_Mutex("RageSoundDriver"),
|
m_Mutex("RageSoundDriver"),
|
||||||
m_SoundListMutex("SoundListMutex")
|
m_SoundListMutex("SoundListMutex"),
|
||||||
|
m_iMaxHardwareFrame(0LL)
|
||||||
{
|
{
|
||||||
m_bShutdownDecodeThread = false;
|
m_bShutdownDecodeThread = false;
|
||||||
SetDecodeBufferSize( 4096 );
|
SetDecodeBufferSize( 4096 );
|
||||||
|
|||||||
Reference in New Issue
Block a user