MCPcopy 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
2686STDMETHODIMP CLAVVideo::SetHWAccel(LAVHWAccel hwAccel)
2687{
2688 m_settings.HWAccel = hwAccel;
2689 return SaveSettings();
2690}
2691
2692STDMETHODIMP_(LAVHWAccel) CLAVVideo::GetHWAccel()
2693{

Callers 1

OnApplyChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected