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

@ -100,7 +100,7 @@ static int config_props(AVFilterLink *outlink)
outlink->h = priv->h;
outlink->time_base = tb;
av_log(outlink->src, AV_LOG_INFO, "w:%d h:%d tb:%d/%d\n", priv->w, priv->h,
av_log(outlink->src, AV_LOG_VERBOSE, "w:%d h:%d tb:%d/%d\n", priv->w, priv->h,
tb.num, tb.den);
return 0;