Module: libav Branch: master Commit: 4438c256387a5845e5cdc5c14c43f4047b68301b
Author: Vittorio Giovara <[email protected]> Committer: Vittorio Giovara <[email protected]> Date: Tue Dec 2 14:58:42 2014 +0000 vf_interlace: remove the warning tag in the message The log level is already a warning. --- libavfilter/vf_interlace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_interlace.c b/libavfilter/vf_interlace.c index 0f551ca..8ef58e4 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
