Fix crashes when restarting streaming with DXVA2 renderer due to leaked surface references

This commit is contained in:
Cameron Gutman
2018-07-20 13:10:54 -07:00
parent 9c2befc386
commit faaf9dfa07
3 changed files with 31 additions and 4 deletions
+1
View File
@@ -38,4 +38,5 @@ private:
QByteArray m_DecodeBuffer;
const AVCodecHWConfig* m_HwDecodeCfg;
IFFmpegRenderer* m_Renderer;
SDL_atomic_t m_QueuedFrames;
};