ffmpegdecoder: potential fix for deadlocks when closing

This commit is contained in:
itsmattkc
2020-04-23 21:13:43 +10:00
parent 1f34b89950
commit 1436d9b3eb
2 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ private:
bool cache_at_zero_;
bool cache_at_eof_;
QTimer clear_timer_;
QTimer* clear_timer_;
static const int kMaxFrameLife;
private slots: