lavfi: make filters less verbose.

This commit is contained in:
Anton Khirnov
2012-06-25 06:31:38 +02:00
parent ce0a975689
commit 1a49a169eb
26 changed files with 37 additions and 38 deletions

View File

@@ -101,7 +101,7 @@ int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt,
int ret;
unsigned dstpad_idx = link->dstpad - link->dst->input_pads;
av_log(link->dst, AV_LOG_INFO, "auto-inserting filter '%s' "
av_log(link->dst, AV_LOG_VERBOSE, "auto-inserting filter '%s' "
"between the filter '%s' and the filter '%s'\n",
filt->name, link->src->name, link->dst->name);