mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-05-19 16:10:35 +00:00
Don't discard all excess frames before rendering
This prevents the render queue's pacing logic from working and interferes with renderers that take a full v-sync period between their waitToRender() and renderFrame() callbacks.
This commit is contained in:
@@ -33,8 +33,6 @@ private:
|
||||
|
||||
void enqueueFrameForRenderingAndUnlock(AVFrame* frame);
|
||||
|
||||
void renderLastFrameAndUnlock();
|
||||
|
||||
void renderFrame(AVFrame* frame);
|
||||
|
||||
void dropFrameForEnqueue(QQueue<AVFrame*>& queue);
|
||||
|
||||
Reference in New Issue
Block a user