From 437ecc5cad9d31899a0b0bf3e9c696bc61586621 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 4 Dec 2013 00:01:38 +0100 Subject: video/filter: remove legacy option handling hacks All filters now either use the generic option parser, or don't have options. This finally finishes a transition started in 2003 (see git commit 33b62af94760186c). Why are MPlayer devs so monumentally lazy? Sorry, but this takes the cake. You had 10 years. --- video/filter/vf_rotate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/filter/vf_rotate.c') diff --git a/video/filter/vf_rotate.c b/video/filter/vf_rotate.c index 69f5b30d96..0a23071cdc 100644 --- a/video/filter/vf_rotate.c +++ b/video/filter/vf_rotate.c @@ -116,7 +116,7 @@ static int query_format(struct vf_instance *vf, unsigned int fmt) return vf_next_query_format(vf, fmt); } -static int vf_open(vf_instance_t *vf, char *args){ +static int vf_open(vf_instance_t *vf){ vf->reconfig=reconfig; vf->filter=filter; vf->query_format=query_format; -- cgit v1.2.3