mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
lavfi: make filters less verbose.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user