fixed bug caused by uninitialized variable in tempoprocessor

This commit is contained in:
itsmattkc
2020-01-07 20:23:45 +11:00
parent d9572fa4e5
commit 5bdc631da8
+1
View File
@@ -14,6 +14,7 @@ TempoProcessor::TempoProcessor() :
filter_graph_(nullptr),
buffersrc_ctx_(nullptr),
buffersink_ctx_(nullptr),
processed_frame_(nullptr),
open_(false)
{