From 4438c256387a5845e5cdc5c14c43f4047b68301b Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Tue, 2 Dec 2014 14:58:42 +0000 Subject: vf_interlace: remove the warning tag in the message The log level is already a warning. --- libavfilter/vf_interlace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter') diff --git a/libavfilter/vf_interlace.c b/libavfilter/vf_interlace.c index 0f551cad16..8ef58e4e89 100644 --- a/libavfilter/vf_interlace.c +++ b/libavfilter/vf_interlace.c @@ -102,7 +102,7 @@ static int config_out_props(AVFilterLink *outlink) } if (!s->lowpass) - av_log(ctx, AV_LOG_WARNING, "***warning*** Lowpass filter is disabled, " + av_log(ctx, AV_LOG_WARNING, "Lowpass filter is disabled, " "the resulting video will be aliased rather than interlaced.\n"); // same input size -- cgit v1.2.3