| 372 | } |
| 373 | |
| 374 | STDMETHODIMP CVideoProcessor::GetBackgroundColor(COLORREF *lpClrBkg) |
| 375 | { |
| 376 | CheckPointer(lpClrBkg, E_POINTER); |
| 377 | *lpClrBkg = RGB(0, 0, 0); |
| 378 | return S_OK; |
| 379 | } |
| 380 | |
| 381 | // IMFVideoMixerBitmap |
| 382 |
nothing calls this directly
no outgoing calls
no test coverage detected