Commit 0ef40446 authored by Michael Niedermayer's avatar Michael Niedermayer

mjpegdec: print length too in APPx debug code

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8024b488
......@@ -1373,7 +1373,7 @@ static int mjpeg_decode_app(MJpegDecodeContext *s)
len -= 6;
if (s->avctx->debug & FF_DEBUG_STARTCODE)
av_log(s->avctx, AV_LOG_DEBUG, "APPx %8X\n", id);
av_log(s->avctx, AV_LOG_DEBUG, "APPx %8X len=%d\n", id, len);
/* Buggy AVID, it puts EOI only at every 10th frame. */
/* Also, this fourcc is used by non-avid files too, it holds some
......
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