ao/wasapi: remove unnecessary check of audio thread input

it would have caused a deadlock if it fired anyway.
This commit is contained in:
Kevin Mitchell 2014-11-28 09:57:59 -08:00
parent b0854bc42c
commit b83e447e2b
1 changed files with 0 additions and 2 deletions

View File

@ -119,8 +119,6 @@ exit_label:
static DWORD __stdcall ThreadLoop(void *lpParameter)
{
struct ao *ao = lpParameter;
if (!ao || !ao->priv)
return 1;
struct wasapi_state *state = (struct wasapi_state *)ao->priv;
CoInitializeEx(NULL, COINIT_APARTMENTTHREADED);