[FFmpeg-cvslog] avcodec/mpeg12dec: drop confusing av_dlog()

Michael Niedermayer git at videolan.org
Wed Apr 9 23:18:05 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Apr  9 23:02:50 2014 +0200| [375013e3d64ce6d9e59144329bb131e3787b6da4] | committer: Michael Niedermayer

avcodec/mpeg12dec: drop confusing av_dlog()

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

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

 libavcodec/mpeg12dec.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c
index 4d1585d..5544841 100644
--- a/libavcodec/mpeg12dec.c
+++ b/libavcodec/mpeg12dec.c
@@ -2677,7 +2677,6 @@ static int mpeg_decode_frame(AVCodecContext *avctx, void *data,
     Mpeg1Context *s = avctx->priv_data;
     AVFrame *picture = data;
     MpegEncContext *s2 = &s->mpeg_enc_ctx;
-    av_dlog(avctx, "fill_buffer\n");
 
     if (buf_size == 0 || (buf_size == 4 && AV_RB32(buf) == SEQ_END_CODE)) {
         /* special case for last picture */



More information about the ffmpeg-cvslog mailing list