diff mjpegdec.c @ 9999:c78fd9154378 libavcodec

Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
author diego
date Thu, 30 Jul 2009 21:00:08 +0000
parents f1707434e40b
children a554d7e29e99
line wrap: on
line diff
--- a/mjpegdec.c	Thu Jul 30 20:57:41 2009 +0000
+++ b/mjpegdec.c	Thu Jul 30 21:00:08 2009 +0000
@@ -1232,9 +1232,7 @@
     }
     val = -1;
 found:
-#ifdef DEBUG
-    av_log(NULL, AV_LOG_VERBOSE, "find_marker skipped %d bytes\n", skipped);
-#endif
+    dprintf(NULL, "find_marker skipped %d bytes\n", skipped);
     *pbuf_ptr = buf_ptr;
     return val;
 }