Skip to content

Commit

Permalink
Add missing mt flag
Browse files Browse the repository at this point in the history
  • Loading branch information
msg7086 committed Jun 30, 2019
1 parent 9b896a6 commit 9dfc7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avisynth/filter_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9dfc7a0

Please sign in to comment.