diff options
author | JonY <10walls@gmail.com> | 2008-09-06 07:07:07 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-09-06 07:07:07 +0000 |
commit | b359a90f95c314f34ed28924c0bc07b6d971df3f (patch) | |
tree | cd22eaf0c51bc19989b5dfff0ba78dd3f4005c56 /vhook/fish.c | |
parent | 92d04e765e3109a5ecae3fd30bee738f35f6c95a (diff) | |
download | ffmpeg-b359a90f95c314f34ed28924c0bc07b6d971df3f.tar.gz |
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>
Originally committed as revision 15220 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook/fish.c')
-rw-r--r-- | vhook/fish.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vhook/fish.c b/vhook/fish.c index 0e79eacc3b..bd05b987b4 100644 --- a/vhook/fish.c +++ b/vhook/fish.c @@ -48,6 +48,7 @@ #include "libavformat/framehook.h" #include "libavcodec/dsputil.h" #include "libswscale/swscale.h" +#undef fprintf static int sws_flags = SWS_BICUBIC; |