summaryrefslogtreecommitdiff
path: root/libavfilter/vf_blackdetect.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-07-14 18:26:04 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-07-15 15:07:03 +0200
commitfda968aa8febe384038aa0a41df8b8e1bb28c5ae (patch)
tree868ea2f8e0ec157707520365217bf1c5ef4a3537 /libavfilter/vf_blackdetect.c
parenta1e52c94411de56bb1071a162524be51f32d31f0 (diff)
downloadffmpeg-fda968aa8febe384038aa0a41df8b8e1bb28c5ae.tar.gz
lavfi: decrease logging level of message showing initial parameters
Reduce log clutter, consistent with 1a49a169eb74a97.
Diffstat (limited to 'libavfilter/vf_blackdetect.c')
-rw-r--r--libavfilter/vf_blackdetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_blackdetect.c b/libavfilter/vf_blackdetect.c
index bb9567d0b9..85a13f2844 100644
--- a/libavfilter/vf_blackdetect.c
+++ b/libavfilter/vf_blackdetect.c
@@ -109,7 +109,7 @@ static int config_input(AVFilterLink *inlink)
blackdetect->pixel_black_th * 255 :
16 + blackdetect->pixel_black_th * (235 - 16);
- av_log(blackdetect, AV_LOG_INFO,
+ av_log(blackdetect, AV_LOG_VERBOSE,
"black_min_duration:%s pixel_black_th:%f pixel_black_th_i:%d picture_black_ratio_th:%f\n",
av_ts2timestr(blackdetect->black_min_duration, &inlink->time_base),
blackdetect->pixel_black_th, blackdetect->pixel_black_th_i,