Skip to content

Commit

Permalink
MPC Video Renderer で VideoRenderer::m_hwndRender が設定されないのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
DBCTRADO committed Jan 6, 2024
1 parent d4263d6 commit 1803db1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ bool VideoRenderer_MPCVideoRenderer::Initialize(
return false;
}

m_hwndRender = hwndRender;
m_hwndMessageDrain = hwndMessageDrain;

return true;
Expand Down

0 comments on commit 1803db1

Please sign in to comment.