Always submit frames to Pacer if it's using a frame queue

This commit is contained in:
Cameron Gutman
2018-08-16 17:59:33 -07:00
parent 404eaa44e4
commit 345e800abd
3 changed files with 18 additions and 5 deletions
@@ -23,6 +23,8 @@ public:
void vsyncCallback();
bool isUsingFrameQueue();
private:
QQueue<AVFrame*> m_FrameQueue;
QQueue<int> m_FrameQueueHistory;