[FFmpeg-cvslog] mjpegdec: print length too in APPx debug code
Michael Niedermayer
git at videolan.org
Thu Jul 11 16:37:12 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Jul 11 16:28:55 2013 +0200| [0ef40446a86487ee66f4356f6ab24462095272da] | committer: Michael Niedermayer
mjpegdec: print length too in APPx debug code
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0ef40446a86487ee66f4356f6ab24462095272da
---
libavcodec/mjpegdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/mjpegdec.c b/libavcodec/mjpegdec.c
index 65d9475..0e5ae74 100644
--- a/libavcodec/mjpegdec.c
+++ b/libavcodec/mjpegdec.c
@@ -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
More information about the ffmpeg-cvslog
mailing list