summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_hqdn3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_hqdn3d.c')
-rw-r--r--video/filter/vf_hqdn3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_hqdn3d.c b/video/filter/vf_hqdn3d.c
index 05f182ffac..1a5736f98e 100644
--- a/video/filter/vf_hqdn3d.c
+++ b/video/filter/vf_hqdn3d.c
@@ -282,7 +282,7 @@ static void PrecalcCoefs(int *Ct, double Dist25)
#define CHROMA_SPATIAL 2
#define CHROMA_TMP 3
-static int vf_open(vf_instance_t *vf, char *args){
+static int vf_open(vf_instance_t *vf){
struct vf_priv_s *s = vf->priv;
vf->config=config;