summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_unsharp.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_unsharp.c')
-rw-r--r--video/filter/vf_unsharp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_unsharp.c b/video/filter/vf_unsharp.c
index 5a81f8c395..abb5fb4864 100644
--- a/video/filter/vf_unsharp.c
+++ b/video/filter/vf_unsharp.c
@@ -221,7 +221,7 @@ static const unsigned int fmt_list[] = {
0
};
-static int vf_open( vf_instance_t *vf, char *args ) {
+static int vf_open( vf_instance_t *vf) {
vf->config = config;
vf->filter = filter;
vf->query_format = query_format;