Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-11 18:28:55 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-07-11 18:28:55 +0400
commit0ef40446a86487ee66f4356f6ab24462095272da (patch)
tree6acd5cec9653b572a4d4e3b23a8f2555c66e867b /libavcodec/mjpegdec.c
parent8024b4880ccc4b3d6f2ce9274c8fe79993f20143 (diff)
mjpegdec: print length too in APPx debug code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mjpegdec.c')
-rw-r--r--libavcodec/mjpegdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mjpegdec.c b/libavcodec/mjpegdec.c
index 65d9475d74..0e5ae74d4e 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