[FFmpeg-cvslog] vf_idet: change individual per frame statistics to debug log level.

Michael Niedermayer git at videolan.org
Thu Apr 5 09:15:38 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Apr  5 07:04:10 2012 +0200| [c59e73d2c87314f87449b64488001e3153471f64] | committer: Michael Niedermayer

vf_idet: change individual per frame statistics to debug log level.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c59e73d2c87314f87449b64488001e3153471f64
---

 libavfilter/vf_idet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c
index 26a45ce..9cf01e6 100644
--- a/libavfilter/vf_idet.c
+++ b/libavfilter/vf_idet.c
@@ -142,7 +142,7 @@ static void filter(AVFilterContext *ctx)
 
     idet->prestat [           type] ++;
     idet->poststat[idet->last_type] ++;
-    av_log(ctx, AV_LOG_INFO, "Single frame:%s, Multi frame:%s\n", type2str(type), type2str(idet->last_type));
+    av_log(ctx, AV_LOG_DEBUG, "Single frame:%s, Multi frame:%s\n", type2str(type), type2str(idet->last_type));
 }
 
 static void start_frame(AVFilterLink *link, AVFilterBufferRef *picref)



More information about the ffmpeg-cvslog mailing list