summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_settb.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-06-25 06:31:38 +0200
committerAnton Khirnov <anton@khirnov.net>2012-06-26 19:08:13 +0200
commit1a49a169eb74a978eb7b2a4f2caf3520b7741ee5 (patch)
tree0551783202e47b75d0afe2cac6353a80a7b42e75 /libavfilter/vf_settb.c
parentce0a975689068f2fe70f43797ca6e8b4f6b52a4c (diff)
downloadffmpeg-streaming-1a49a169eb74a978eb7b2a4f2caf3520b7741ee5.zip
ffmpeg-streaming-1a49a169eb74a978eb7b2a4f2caf3520b7741ee5.tar.gz
lavfi: make filters less verbose.
Diffstat (limited to 'libavfilter/vf_settb.c')
-rw-r--r--libavfilter/vf_settb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_settb.c b/libavfilter/vf_settb.c
index 7b23751..62084bf 100644
--- a/libavfilter/vf_settb.c
+++ b/libavfilter/vf_settb.c
@@ -97,7 +97,7 @@ static int config_output_props(AVFilterLink *outlink)
}
outlink->time_base = time_base;
- av_log(outlink->src, AV_LOG_INFO, "tb:%d/%d -> tb:%d/%d\n",
+ av_log(outlink->src, AV_LOG_VERBOSE, "tb:%d/%d -> tb:%d/%d\n",
inlink ->time_base.num, inlink ->time_base.den,
outlink->time_base.num, outlink->time_base.den);
OpenPOWER on IntegriCloud