MCPcopy 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
2654STDMETHODIMP CLAVVideo::SetRGBOutputRange(DWORD dwRange)
2655{
2656 m_settings.RGBRange = dwRange;
2657 return SaveSettings();
2658}
2659
2660STDMETHODIMP_(DWORD) CLAVVideo::GetRGBOutputRange()
2661{

Callers 1

OnApplyChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected