lavfi: decrease logging level of message showing initial parameters

Reduce log clutter, consistent with 1a49a169eb.
This commit is contained in:
Stefano Sabatini
2012-07-14 18:26:04 +02:00
parent a1e52c9441
commit fda968aa8f
23 changed files with 24 additions and 24 deletions

View File

@@ -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,