OSDN Git Service

* turned into debug message - it's annoying when watching mjpeg files
authorZdenek Kabelac <kabi@informatics.muni.cz>
Thu, 27 Jun 2002 13:21:16 +0000 (13:21 +0000)
committerZdenek Kabelac <kabi@informatics.muni.cz>
Thu, 27 Jun 2002 13:21:16 +0000 (13:21 +0000)
Originally committed as revision 707 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mjpeg.c

index 577e9d8..ccaf37e 100644 (file)
@@ -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;
 }