6887318: Incorrect constant used in DirectSound Mixer implementation

Reviewed-by: uta
This commit is contained in:
Alex Menkov 2009-11-06 19:48:56 +03:00
parent 83ed100592
commit ab33367c0a

View File

@ -485,7 +485,7 @@ DWORD WINAPI __stdcall DS_StartBufferHelper::ThreadProc(void *param)
}
if (data.line2Start->isSource) {
data.startResult =
data.line2Start->playBuffer->Play(0, 0, DSCBSTART_LOOPING);
data.line2Start->playBuffer->Play(0, 0, DSBPLAY_LOOPING);
} else {
data.startResult =
data.line2Start->captureBuffer->Start(DSCBSTART_LOOPING);