Submit frame directly from the decoder thread to avoid interference from the main thread

This commit is contained in:
Cameron Gutman
2019-01-21 20:27:37 -08:00
parent 7747624c80
commit a4edd9d202
2 changed files with 8 additions and 50 deletions
-1
View File
@@ -54,7 +54,6 @@ private:
QByteArray m_DecodeBuffer;
const AVCodecHWConfig* m_HwDecodeCfg;
IFFmpegRenderer* m_Renderer;
SDL_atomic_t m_QueuedFrames;
int m_ConsecutiveFailedDecodes;
Pacer* m_Pacer;
VIDEO_STATS m_ActiveWndVideoStats;