summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_lavfi.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-19 17:55:14 +0100
committerwm4 <wm4@nowhere>2015-12-19 18:35:58 +0100
commit1f7c099dc0feb9a160d9018ad6ad068e0295341a (patch)
treefb46a991dc1cb41136d4ffab0f08f6308c9abcd6 /video/filter/vf_lavfi.c
parent78bfee53dd32bdc70af9294b11a04722a42b10c2 (diff)
downloadmpv-1f7c099dc0feb9a160d9018ad6ad068e0295341a.tar.bz2
mpv-1f7c099dc0feb9a160d9018ad6ad068e0295341a.tar.xz
vf: remove old config() callback
Diffstat (limited to 'video/filter/vf_lavfi.c')
-rw-r--r--video/filter/vf_lavfi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/filter/vf_lavfi.c b/video/filter/vf_lavfi.c
index f413cf2882..a64738d355 100644
--- a/video/filter/vf_lavfi.c
+++ b/video/filter/vf_lavfi.c
@@ -383,7 +383,6 @@ static void uninit(struct vf_instance *vf)
static int vf_open(vf_instance_t *vf)
{
vf->reconfig = reconfig;
- vf->config = NULL;
vf->filter_ext = filter_ext;
vf->filter_out = filter_out;
vf->filter = NULL;