[FFmpeg-cvslog] r14212 - trunk/libavcodec/dvdsubdec.c

mru subversion
Sun Jul 13 21:41:13 CEST 2008


Author: mru
Date: Sun Jul 13 21:41:13 2008
New Revision: 14212

Log:
dvdsubdec: allow compilation with -DDEBUG

Modified:
   trunk/libavcodec/dvdsubdec.c

Modified: trunk/libavcodec/dvdsubdec.c
==============================================================================
--- trunk/libavcodec/dvdsubdec.c	(original)
+++ trunk/libavcodec/dvdsubdec.c	Sun Jul 13 21:41:13 2008
@@ -440,6 +440,8 @@ static int find_smallest_bounding_rectan
 
 #ifdef DEBUG
 #undef fprintf
+#undef perror
+#undef exit
 static void ppm_save(const char *filename, uint8_t *bitmap, int w, int h,
                      uint32_t *rgba_palette)
 {




More information about the ffmpeg-cvslog mailing list