Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nevcairiel/LAVFilters
/ SetRGBOutputRange
Method
SetRGBOutputRange
decoder/LAVVideo/LAVVideo.cpp:2654–2658 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2652
}
2653
2654
STDMETHODIMP CLAVVideo::SetRGBOutputRange(DWORD dwRange)
2655
{
2656
m_settings.RGBRange = dwRange;
2657
return SaveSettings();
2658
}
2659
2660
STDMETHODIMP_(DWORD) CLAVVideo::GetRGBOutputRange()
2661
{
Callers
1
OnApplyChanges
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected