Commit 375013e3 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mpeg12dec: drop confusing av_dlog()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d8ab7f31
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment