Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nevcairiel/LAVFilters
/ SetDeinterlacingMode
Method
SetDeinterlacingMode
decoder/LAVVideo/LAVVideo.cpp:2841–2845 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2839
}
2840
2841
STDMETHODIMP CLAVVideo::SetDeinterlacingMode(LAVDeintMode deintMode)
2842
{
2843
m_settings.DeintMode = deintMode;
2844
return SaveSettings();
2845
}
2846
2847
STDMETHODIMP_(LAVDeintMode) CLAVVideo::GetDeinterlacingMode()
2848
{
Callers
1
OnApplyChanges
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected