projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Undefine the macro which defines fprintf as please_use_av_log so that
[ffmpeg.git]
/
vhook
/
ppm.c
diff --git
a/vhook/ppm.c
b/vhook/ppm.c
index d9986c81fb72e6380ebf43fb0532940987eb44dc..0e37ac412ea4ba7999f57210c56fce09cc5397d0 100644
(file)
--- a/
vhook/ppm.c
+++ b/
vhook/ppm.c
@@
-29,6
+29,7
@@
#include "libavformat/framehook.h"
#include "libavformat/avformat.h"
#include "libswscale/swscale.h"
+#undef fprintf
static int sws_flags = SWS_BICUBIC;