Avoid blocking decoding operations during Present calls

This commit is contained in:
Cameron Gutman
2019-01-20 14:08:53 -08:00
parent 49f0b45fa8
commit d6b4c8e7da
2 changed files with 15 additions and 2 deletions
@@ -70,4 +70,5 @@ private:
DXVA2_VideoDesc m_Desc;
REFERENCE_TIME m_FrameIndex;
LPD3DXFONT m_OverlayFont;
bool m_BlockingPresent;
};