Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nevcairiel/LAVFilters
/ SetNumThreads
Method
SetNumThreads
decoder/LAVVideo/LAVVideo.cpp:2575–2579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2573
}
2574
2575
STDMETHODIMP CLAVVideo::SetNumThreads(DWORD dwNum)
2576
{
2577
m_settings.NumThreads = dwNum;
2578
return SaveSettings();
2579
}
2580
2581
STDMETHODIMP_(DWORD) CLAVVideo::GetNumThreads()
2582
{
Callers
1
OnApplyChanges
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected