summaryrefslogtreecommitdiff
path: root/libavfilter/f_perms.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/f_perms.c')
-rw-r--r--libavfilter/f_perms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/f_perms.c b/libavfilter/f_perms.c
index 33674170b6..85683f93d7 100644
--- a/libavfilter/f_perms.c
+++ b/libavfilter/f_perms.c
@@ -54,7 +54,7 @@ static const AVOption options[] = {
{ NULL }
};
-static av_cold int init(AVFilterContext *ctx, const char *args)
+static av_cold int init(AVFilterContext *ctx)
{
PermsContext *perms = ctx->priv;