MCPcopy 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
2575STDMETHODIMP CLAVVideo::SetNumThreads(DWORD dwNum)
2576{
2577 m_settings.NumThreads = dwNum;
2578 return SaveSettings();
2579}
2580
2581STDMETHODIMP_(DWORD) CLAVVideo::GetNumThreads()
2582{

Callers 1

OnApplyChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected