Increase frame drop threshold

This commit is contained in:
Cameron Gutman
2019-02-15 23:51:20 -08:00
parent a1956350b1
commit 80a40ac5f9
2 changed files with 30 additions and 11 deletions
@@ -34,6 +34,7 @@ private:
QQueue<AVFrame*> m_RenderQueue;
QQueue<AVFrame*> m_PacingQueue;
QQueue<int> m_PacingQueueHistory;
QQueue<int> m_RenderQueueHistory;
QMutex m_FrameQueueLock;
QWaitCondition m_RenderQueueNotEmpty;
QWaitCondition m_PacingQueueNotEmpty;