Commit f2f88b95 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '4438c256'

* commit '4438c256':
  vf_interlace: remove the warning tag in the message
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 82b1bcd7 4438c256
......@@ -100,7 +100,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