summaryrefslogtreecommitdiffstats
path: root/video/out/vo_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_null.c')
-rw-r--r--video/out/vo_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_null.c b/video/out/vo_null.c
index 52ec934586..aeb2353cea 100644
--- a/video/out/vo_null.c
+++ b/video/out/vo_null.c
@@ -58,7 +58,7 @@ static int query_format(struct vo *vo, int format)
return 1;
}
-static int reconfig(struct vo *vo, struct mp_image_params *params, int flags)
+static int reconfig(struct vo *vo, struct mp_image_params *params)
{
return 0;
}