Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nevcairiel/LAVFilters
/ SetHWAccelResolutionFlags
Method
SetHWAccelResolutionFlags
decoder/LAVVideo/LAVVideo.cpp:2813–2817 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2811
}
2812
2813
STDMETHODIMP CLAVVideo::SetHWAccelResolutionFlags(DWORD dwResFlags)
2814
{
2815
m_settings.HWAccelResFlags = dwResFlags;
2816
return SaveSettings();
2817
}
2818
2819
STDMETHODIMP_(DWORD) CLAVVideo::GetHWAccelResolutionFlags()
2820
{
Callers
1
OnApplyChanges
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected