[FFmpeg-cvslog] ffv1: fix log level of FF_DEBUG_PICT_INFO

Michael Niedermayer git at videolan.org
Mon Jun 4 01:04:24 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jun  4 00:55:02 2012 +0200| [730d079bf756c40f4a3c4624388db11d1be3475f] | committer: Michael Niedermayer

ffv1: fix log level of FF_DEBUG_PICT_INFO

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

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

 libavcodec/ffv1.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c
index 21f1761..8eb20fe 100644
--- a/libavcodec/ffv1.c
+++ b/libavcodec/ffv1.c
@@ -1991,7 +1991,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac
     }
 
     if(avctx->debug&FF_DEBUG_PICT_INFO)
-        av_log(avctx, AV_LOG_ERROR, "keyframe:%d coder:%d\n", p->key_frame, f->ac);
+        av_log(avctx, AV_LOG_DEBUG, "keyframe:%d coder:%d\n", p->key_frame, f->ac);
 
     buf_p= buf + buf_size;
     for(i=f->slice_count-1; i>=0; i--){



More information about the ffmpeg-cvslog mailing list