mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-09 17:26:20 +00:00
Fix VDPAU scaling on AMD cards. Fixes #171
This commit is contained in:
@@ -335,8 +335,8 @@ void VDPAURenderer::renderFrameAtVsync(AVFrame* frame)
|
||||
0, nullptr,
|
||||
&sourceRect,
|
||||
chosenSurface,
|
||||
&outputRect,
|
||||
nullptr,
|
||||
&outputRect,
|
||||
0,
|
||||
nullptr);
|
||||
if (status != VDP_STATUS_OK) {
|
||||
|
||||
Reference in New Issue
Block a user