summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_screenshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_screenshot.c')
-rw-r--r--video/filter/vf_screenshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_screenshot.c b/video/filter/vf_screenshot.c
index d5846e20cc..308c43c3b8 100644
--- a/video/filter/vf_screenshot.c
+++ b/video/filter/vf_screenshot.c
@@ -68,7 +68,7 @@ static int query_format(struct vf_instance *vf, unsigned int fmt)
return 0;
}
-static int vf_open(vf_instance_t *vf, char *args)
+static int vf_open(vf_instance_t *vf)
{
vf->config = config;
vf->control = control;