Skip to content

Commit

Permalink
Удален лишний код.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksoid1978 committed Feb 21, 2024
1 parent f4b80c5 commit ab1a2ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/DX11VideoProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,6 @@ HRESULT CDX11VideoProcessor::InitializeD3D11VP(const FmtConvParams_t& params, co

if ((m_bVPUseRTXVideoHDR && !m_pDXGISwapChain4)
|| (!m_bVPUseRTXVideoHDR && m_pDXGISwapChain4 && !SourceIsHDR())) {
ReleaseSwapChain();
InitSwapChain();
}

Expand Down

0 comments on commit ab1a2ad

Please sign in to comment.