mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
lavfi: decrease logging level of message showing initial parameters
Reduce log clutter, consistent with 1a49a169eb.
This commit is contained in:
@@ -291,7 +291,7 @@ static int init(AVFilterContext *ctx, const char *args)
|
||||
return ret;
|
||||
}
|
||||
|
||||
av_log(ctx, AV_LOG_INFO,
|
||||
av_log(ctx, AV_LOG_VERBOSE,
|
||||
"s:%dx%d r:%d/%d rule:%s stay_rule:%d born_rule:%d stitch:%d seed:%u\n",
|
||||
life->w, life->h, frame_rate.num, frame_rate.den,
|
||||
life->rule_str, life->stay_rule, life->born_rule, life->stitch,
|
||||
|
||||
Reference in New Issue
Block a user