From 78ebb3c6fa637206bb369349ba93328b36895e2b Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 22 Jul 2013 23:06:22 +0200 Subject: options: make legacy hacks for AFs/VFs more explicit This means that AOs/VOs with no options set do not take the legacy option parsing path, but instead report that they have no options. --- video/filter/vf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/filter') diff --git a/video/filter/vf.c b/video/filter/vf.c index 5d2b9b8431..c6c3766baf 100644 --- a/video/filter/vf.c +++ b/video/filter/vf.c @@ -135,6 +135,7 @@ static bool get_desc(struct m_obj_desc *dst, int index) const struct m_obj_list vf_obj_list = { .get_desc = get_desc, .description = "video filters", + .legacy_hacks = true, // some filters have custom option parsing }; int vf_control(struct vf_instance *vf, int cmd, void *arg) -- cgit v1.2.3