From d8592280387478e1ec9e124c7cbd7e59e0d2c791 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 27 Jun 2002 13:21:16 +0000 Subject: [PATCH] * turned into debug message - it's annoying when watching mjpeg files Originally committed as revision 707 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mjpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mjpeg.c b/libavcodec/mjpeg.c index 577e9d8..ccaf37e 100644 --- a/libavcodec/mjpeg.c +++ b/libavcodec/mjpeg.c @@ -1023,7 +1023,7 @@ static int mjpeg_decode_dri(MJpegDecodeContext *s, if (get_bits(&s->gb, 16) != 4) return -1; s->restart_interval = get_bits(&s->gb, 16); - printf("restart interval: %d\n", s->restart_interval); + dprintf("restart interval: %d\n", s->restart_interval); return 0; } -- 2.7.4