mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
vf_interlace: remove the warning tag in the message
The log level is already a warning.
This commit is contained in:
parent
15ea222778
commit
4438c25638
@ -102,7 +102,7 @@ static int config_out_props(AVFilterLink *outlink)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!s->lowpass)
|
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");
|
"the resulting video will be aliased rather than interlaced.\n");
|
||||||
|
|
||||||
// same input size
|
// same input size
|
||||||
|
Loading…
Reference in New Issue
Block a user