| 2729 | } |
| 2730 | |
| 2731 | STDMETHODIMP_(LAVDeintOutput) CLAVVideo::GetHWAccelDeintOutput() |
| 2732 | { |
| 2733 | return (LAVDeintOutput)m_settings.HWDeintOutput; |
| 2734 | } |
| 2735 | |
| 2736 | STDMETHODIMP CLAVVideo::SetHWAccelDeintHQ(BOOL bHQ) |
| 2737 | { |
no outgoing calls
no test coverage detected