From f36ae05aca3a31dbb192b734fdb4d7ca409db1ac Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 3 Oct 2019 00:28:48 +0200 Subject: vf_vapoursynth: remove some Lua backend remains Pretty funny. --- video/filter/vf_vapoursynth.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/video/filter/vf_vapoursynth.c b/video/filter/vf_vapoursynth.c index 986399c748..b5be48ce1f 100644 --- a/video/filter/vf_vapoursynth.c +++ b/video/filter/vf_vapoursynth.c @@ -63,12 +63,6 @@ struct priv { const struct script_driver *drv; // drv_vss struct VSScript *se; - // drv_lazy - struct lua_State *ls; - VSNodeRef **gc_noderef; - int num_gc_noderef; - VSMap **gc_map; - int num_gc_map; struct mp_filter *f; struct mp_pin *in_pin; -- cgit v1.2.3