mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Pass the maximum frame rate into FFmpeg renderers
This commit is contained in:
@@ -54,7 +54,7 @@ VDPAURenderer::~VDPAURenderer()
|
||||
}
|
||||
}
|
||||
|
||||
bool VDPAURenderer::initialize(SDL_Window* window, int, int width, int height)
|
||||
bool VDPAURenderer::initialize(SDL_Window* window, int, int width, int height, int)
|
||||
{
|
||||
int err;
|
||||
VdpStatus status;
|
||||
|
||||
Reference in New Issue
Block a user