mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Fix VDPAU scaling on AMD cards. Fixes #171
This commit is contained in:
parent
00f08578ee
commit
8bb6d4d0d9
1 changed files with 1 additions and 1 deletions
|
@ -335,8 +335,8 @@ void VDPAURenderer::renderFrameAtVsync(AVFrame* frame)
|
|||
0, nullptr,
|
||||
&sourceRect,
|
||||
chosenSurface,
|
||||
&outputRect,
|
||||
nullptr,
|
||||
&outputRect,
|
||||
0,
|
||||
nullptr);
|
||||
if (status != VDP_STATUS_OK) {
|
||||
|
|
Loading…
Reference in a new issue