diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-12-02 14:58:42 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-01-05 15:35:46 +0100 |
commit | 4438c256387a5845e5cdc5c14c43f4047b68301b (patch) | |
tree | 97d266580dd3d5b54693ba65d84392113932ac65 | |
parent | 15ea222778caaec0877b3f9938140b707c931d96 (diff) | |
download | ffmpeg-4438c256387a5845e5cdc5c14c43f4047b68301b.tar.gz |
vf_interlace: remove the warning tag in the message
The log level is already a warning.
-rw-r--r-- | libavfilter/vf_interlace.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |