| 2644 | } |
| 2645 | |
| 2646 | STDMETHODIMP_(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 | |
| 2654 | STDMETHODIMP CLAVVideo::SetRGBOutputRange(DWORD dwRange) |
| 2655 | { |
no outgoing calls
no test coverage detected