mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit '4438c256387a5845e5cdc5c14c43f4047b68301b'
* commit '4438c256387a5845e5cdc5c14c43f4047b68301b': vf_interlace: remove the warning tag in the message Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
f2f88b952d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue