MCPcopy Create free account
hub / github.com/Nevcairiel/LAVFilters / GetPixelFormat

Method GetPixelFormat

decoder/LAVVideo/LAVVideo.cpp:2646–2652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2644}
2645
2646STDMETHODIMP_(BOOL) CLAVVideo::GetPixelFormat(LAVOutPixFmts pixFmt)
2647{
2648 if (pixFmt < 0 || pixFmt >= LAVOutPixFmt_NB)
2649 return FALSE;
2650
2651 return m_settings.bPixFmts[pixFmt];
2652}
2653
2654STDMETHODIMP CLAVVideo::SetRGBOutputRange(DWORD dwRange)
2655{

Callers 6

LoadDataMethod · 0.45
CreateDecoderMethod · 0.45
CheckDirectModeMethod · 0.45
CompleteConnectMethod · 0.45
GetFilteredFormatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected