From fda968aa8febe384038aa0a41df8b8e1bb28c5ae Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 14 Jul 2012 18:26:04 +0200 Subject: lavfi: decrease logging level of message showing initial parameters Reduce log clutter, consistent with 1a49a169eb74a97. --- libavfilter/vf_colormatrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_colormatrix.c') diff --git a/libavfilter/vf_colormatrix.c b/libavfilter/vf_colormatrix.c index 0784c82835..3c142056e7 100644 --- a/libavfilter/vf_colormatrix.c +++ b/libavfilter/vf_colormatrix.c @@ -313,7 +313,7 @@ static int config_input(AVFilterLink *inlink) color->hsub = pix_desc->log2_chroma_w; color->vsub = pix_desc->log2_chroma_h; - av_log(ctx, AV_LOG_INFO, "%s -> %s\n", color->src, color->dst); + av_log(ctx, AV_LOG_VERBOSE, "%s -> %s\n", color->src, color->dst); return 0; } -- cgit v1.2.3