Skip to content

Commit

Permalink
Корректировка.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksoid1978 committed Aug 11, 2024
1 parent 2549fbe commit b0d41f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/VideoRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ HRESULT CMpcVideoRenderer::Init(const bool bCreateWindow/* = false*/)
}

bool bChangeDevice = false;
hr = m_VideoProcessor->Init(m_hWnd, &bChangeDevice);
hr = m_VideoProcessor->Init(m_hWnd, false, &bChangeDevice);

if (bChangeDevice) {
DoAfterChangingDevice();
Expand Down

0 comments on commit b0d41f7

Please sign in to comment.