Commit 4438c256 authored by Vittorio Giovara's avatar Vittorio Giovara

vf_interlace: remove the warning tag in the message

The log level is already a warning.
parent 15ea2227
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment