diff mpeg12.c @ 76:0b09bd08ef4b libavcodec

win32 fixes
author glantau
date Wed, 15 Aug 2001 22:33:03 +0000
parents 361631a8d140
children 4a090f1da60a
line wrap: on
line diff
--- a/mpeg12.c	Wed Aug 15 22:31:26 2001 +0000
+++ b/mpeg12.c	Wed Aug 15 22:33:03 2001 +0000
@@ -16,28 +16,13 @@
  * 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"
 
 #include "mpeg12data.h"
 
-//#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
-
 /* Start codes. */
 #define SEQ_END_CODE		0x000001b7
 #define SEQ_START_CODE		0x000001b3