Skip to content

Commit

Permalink
Получаем отображаемой видеокадр на 10-битный дисплее в формате RGB48 …
Browse files Browse the repository at this point in the history
…при использовании MPC Video Renderer.
  • Loading branch information
v0lt committed Dec 8, 2024
1 parent d4cef6e commit 885b78f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ STDMETHODIMP CMPCVRAllocatorPresenter::CreateRenderer(IUnknown** ppRenderer)
if (CComQIPtr<IExFilterConfig> pIExFilterConfig = m_pMPCVR.p) {
hr = pIExFilterConfig->Flt_SetBool("lessRedraws", true);
hr = pIExFilterConfig->Flt_SetBool("d3dFullscreenControl", m_bMPCVRFullscreenControl);
hr = pIExFilterConfig->Flt_SetBool("allowDeepColorBitmaps", true);
}

CComQIPtr<IBaseFilter> pBF(m_pMPCVR);
Expand Down

0 comments on commit 885b78f

Please sign in to comment.