summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-09 23:02:50 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-09 23:12:44 +0200
commit375013e3d64ce6d9e59144329bb131e3787b6da4 (patch)
tree1f9cd83873f929977e83373e5c4e86bd221aa5a5 /libavcodec
parentd8ab7f31dd819f7b3e0d460a2fa4261aaae87b98 (diff)
avcodec/mpeg12dec: drop confusing av_dlog()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/mpeg12dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c
index 4d1585d957..55448418e1 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 */