Fix the flags type

This commit is contained in:
Chris Robinson
2015-01-11 15:02:26 -08:00
parent 4dc9956a12
commit ed05c83ee7
+2 -1
View File
@@ -1222,7 +1222,8 @@ FORCE_ALIGN int ALCmmdevCapture_recordProc(void *arg)
ERR("Failed to get next packet size: 0x%08lx\n", hr);
else while(avail > 0 && SUCCEEDED(hr))
{
UINT32 flags, numsamples;
UINT32 numsamples;
DWORD flags;
BYTE *data;
hr = IAudioCaptureClient_GetBuffer(self->capture,