mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 00:40:13 +00:00
blackmagic_common.cpp: missing return
This commit is contained in:
@@ -344,6 +344,7 @@ class ProfileCallback : public IDeckLinkProfileCallback
|
||||
return S_OK;
|
||||
}
|
||||
m_profileActivatedCondition.notify_one();
|
||||
return S_OK;
|
||||
}
|
||||
HRESULT STDMETHODCALLTYPE QueryInterface([[maybe_unused]] REFIID iid, [[maybe_unused]] LPVOID *ppv) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user