summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavfilter/vf_setfield.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_setfield.c b/libavfilter/vf_setfield.c
index 35ee2fcc17..00be599265 100644
--- a/libavfilter/vf_setfield.c
+++ b/libavfilter/vf_setfield.c
@@ -61,7 +61,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
return AVERROR(EINVAL);
}
av_log(ctx, AV_LOG_WARNING,
- "Using -1/0/1 is deprecated, use auto/tff/bff/prog\n", args);
+ "Using -1/0/1 is deprecated, use auto/tff/bff/prog\n");
}
}