//////////////////////////////////////////////////////////////////////////////////////
| 885 | |
| 886 | /////////////////////////////////////////////////////////////////////////////////////////// |
| 887 | void COMXVideo::SetVideoRect(const CRect& SrcRect, const CRect& DestRect) |
| 888 | { |
| 889 | m_config.src_rect = SrcRect; |
| 890 | m_config.dst_rect = DestRect; |
| 891 | SetVideoRect(); |
| 892 | } |
| 893 | |
| 894 | void COMXVideo::SetVideoRect(int aspectMode) |
| 895 | { |
no test coverage detected