ffmpegdecoder: stop clear_timer on deconstruction

This commit is contained in:
itsmattkc
2020-02-21 14:25:27 +11:00
parent 78556c1511
commit dcedf12dbe
+1
View File
@@ -63,6 +63,7 @@ FFmpegDecoder::FFmpegDecoder() :
FFmpegDecoder::~FFmpegDecoder()
{
Close();
clear_timer_.stop();
}
bool FFmpegDecoder::Open()