mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mjpegdec: print length too in APPx debug code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8024b4880c
commit
0ef40446a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user