diff mjpeg.c @ 76:0b09bd08ef4b libavcodec

win32 fixes
author glantau
date Wed, 15 Aug 2001 22:33:03 +0000
parents 99cc25b48e24
children 5784987c3940
line wrap: on
line diff
--- a/mjpeg.c	Wed Aug 15 22:31:26 2001 +0000
+++ b/mjpeg.c	Wed Aug 15 22:33:03 2001 +0000
@@ -16,6 +16,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
+//#define DEBUG
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpegvideo.h"
@@ -419,22 +420,6 @@
 /******************************************/
 /* decoding */
 
-//#define DEBUG
-
-#ifndef CONFIG_WIN32
-
-#ifdef DEBUG
-#define dprintf(fmt,args...) printf(fmt, ## args)
-#else
-#define dprintf(fmt,args...)
-#endif
-
-#else
-
-inline void dprintf(const char* fmt,...) {}
-
-#endif
-
 /* compressed picture size */
 #define PICTURE_BUFFER_SIZE 100000