[FFmpeg-cvslog] r15220 - in trunk/vhook: fish.c ppm.c

stefano subversion
Sat Sep 6 09:07:07 CEST 2008


Author: stefano
Date: Sat Sep  6 09:07:07 2008
New Revision: 15220

Log:
Undefine the macro which defines fprintf as please_use_av_log so that
fprintf can be used for printing to file.
Patch by JonY <10walls __AT__ gmail @@dot@@ com>


Modified:
   trunk/vhook/fish.c
   trunk/vhook/ppm.c

Modified: trunk/vhook/fish.c
==============================================================================
--- trunk/vhook/fish.c	(original)
+++ trunk/vhook/fish.c	Sat Sep  6 09:07:07 2008
@@ -48,6 +48,7 @@
 #include "libavformat/framehook.h"
 #include "libavcodec/dsputil.h"
 #include "libswscale/swscale.h"
+#undef fprintf
 
 static int sws_flags = SWS_BICUBIC;
 

Modified: trunk/vhook/ppm.c
==============================================================================
--- trunk/vhook/ppm.c	(original)
+++ trunk/vhook/ppm.c	Sat Sep  6 09:07:07 2008
@@ -29,6 +29,7 @@
 #include "libavformat/framehook.h"
 #include "libavformat/avformat.h"
 #include "libswscale/swscale.h"
+#undef fprintf
 
 static int sws_flags = SWS_BICUBIC;
 




More information about the ffmpeg-cvslog mailing list