From 9dfc7a0951401c970f33f3208f70e70678545622 Mon Sep 17 00:00:00 2001 From: Xinyue Lu Date: Fri, 28 Jun 2019 17:11:01 -0400 Subject: [PATCH] Add missing mt flag --- src/avisynth/filter_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avisynth/filter_impl.hpp b/src/avisynth/filter_impl.hpp index 268fb09..2237af3 100644 --- a/src/avisynth/filter_impl.hpp +++ b/src/avisynth/filter_impl.hpp @@ -89,7 +89,7 @@ AVSValue __cdecl Create_flash3kyuu_deband(AVSValue args, void* user_data, IScrip } f3kdb_avisynth::f3kdb_avisynth(PClip child, f3kdb_core_t* core, int dst_width, int dst_height, bool mt) : GenericVideoFilter(child), - _mt_info(NULL), + _mt_info(NULL), _mt(mt), _core(core) { vi.width = dst_width;