Commit 32c687e8 authored by stefano's avatar stefano

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>


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15220 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 45cbd2e9
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
#include "libavformat/framehook.h" #include "libavformat/framehook.h"
#include "libavcodec/dsputil.h" #include "libavcodec/dsputil.h"
#include "libswscale/swscale.h" #include "libswscale/swscale.h"
#undef fprintf
static int sws_flags = SWS_BICUBIC; static int sws_flags = SWS_BICUBIC;
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "libavformat/framehook.h" #include "libavformat/framehook.h"
#include "libavformat/avformat.h" #include "libavformat/avformat.h"
#include "libswscale/swscale.h" #include "libswscale/swscale.h"
#undef fprintf
static int sws_flags = SWS_BICUBIC; static int sws_flags = SWS_BICUBIC;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment