Resolve Windows compile error.

pull/879/head
Mooneer Salem 2025-05-11 01:08:39 -07:00 committed by GitHub
parent 8965f6af08
commit 263e3353ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -292,7 +292,6 @@ void WASAPIAudioDevice::start()
// Start render/capture thread.
isRenderCaptureRunning_ = true;
renderCaptureThread_ = std::thread([&]() {
SetThreadDescription(GetCurrentThread(), L"WASAPI_RenderCapture");
log_info("Starting render/capture thread");
HRESULT res = CoInitializeEx(nullptr, COINIT_MULTITHREADED | COINIT_DISABLE_OLE1DDE);