Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nevcairiel/LAVFilters
/ SetHWAccel
Method
SetHWAccel
decoder/LAVVideo/LAVVideo.cpp:2686–2690 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2684
}
2685
2686
STDMETHODIMP CLAVVideo::SetHWAccel(LAVHWAccel hwAccel)
2687
{
2688
m_settings.HWAccel = hwAccel;
2689
return SaveSettings();
2690
}
2691
2692
STDMETHODIMP_(LAVHWAccel) CLAVVideo::GetHWAccel()
2693
{
Callers
1
OnApplyChanges
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected