avcodec/mpeg12dec: drop confusing av_dlog()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d8ab7f31dd
commit
375013e3d6
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user