зеркало из https://github.com/mozilla/cubeb.git
Merge pull request #119 from kinetiknz/assert-wasapi
Remove an assert in the WASAPI backend
This commit is contained in:
Коммит
2e64671631
|
@ -1869,8 +1869,6 @@ int wasapi_stream_stop(cubeb_stream * stm)
|
|||
XASSERT(stm);
|
||||
HRESULT hr;
|
||||
|
||||
XASSERT(stm->output_client || stm->input_client);
|
||||
|
||||
{
|
||||
auto_lock lock(stm->stream_reset_lock);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче