mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-05-19 16:10:35 +00:00
Always submit frames to Pacer if it's using a frame queue
This commit is contained in:
@@ -23,6 +23,8 @@ public:
|
||||
|
||||
void vsyncCallback();
|
||||
|
||||
bool isUsingFrameQueue();
|
||||
|
||||
private:
|
||||
QQueue<AVFrame*> m_FrameQueue;
|
||||
QQueue<int> m_FrameQueueHistory;
|
||||
|
||||
Reference in New Issue
Block a user