mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 06:30:55 +00:00
Let Pacer know what the display Hz and stream FPS are so it can make better drop decisions
This commit is contained in:
@@ -131,10 +131,12 @@ public:
|
||||
int videoFormat,
|
||||
int,
|
||||
int,
|
||||
int) override
|
||||
int maxFps) override
|
||||
{
|
||||
int err;
|
||||
|
||||
m_Pacer.initialize(window, maxFps);
|
||||
|
||||
if (videoFormat & VIDEO_FORMAT_MASK_H264) {
|
||||
// Prior to 10.13, we'll just assume everything has
|
||||
// H.264 support and fail open to allow VT decode.
|
||||
|
||||
Reference in New Issue
Block a user