summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-10-03 00:28:48 +0200
committerwm4 <wm4@nowhere>2019-10-03 00:48:12 +0200
commitf36ae05aca3a31dbb192b734fdb4d7ca409db1ac (patch)
tree2181a68123513f90c955bedef08d61601ce29c40
parentd823b3b39a0a63cc8341e76f434f7a1ac69dd57f (diff)
downloadmpv-f36ae05aca3a31dbb192b734fdb4d7ca409db1ac.tar.bz2
mpv-f36ae05aca3a31dbb192b734fdb4d7ca409db1ac.tar.xz
vf_vapoursynth: remove some Lua backend remains
Pretty funny.
-rw-r--r--video/filter/vf_vapoursynth.c6
1 files changed, 0 insertions, 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;