MCPcopy 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
2813STDMETHODIMP CLAVVideo::SetHWAccelResolutionFlags(DWORD dwResFlags)
2814{
2815 m_settings.HWAccelResFlags = dwResFlags;
2816 return SaveSettings();
2817}
2818
2819STDMETHODIMP_(DWORD) CLAVVideo::GetHWAccelResolutionFlags()
2820{

Callers 1

OnApplyChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected