Commit 52e51b5d authored by stefano's avatar stefano

Remove wrong and unnecessary condition. VHOOK filters are not special

so they are not supposed to use the printf, fprintf, perror and puts
functions but av_log instead.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15221 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 32c687e8
......@@ -242,7 +242,7 @@ if((y)<(x)){\
#define strcat strcat_is_forbidden_due_to_security_issues_use_av_strlcat
#undef exit
#define exit exit_is_forbidden
#if !(defined(LIBAVFORMAT_BUILD) || defined(FFMPEG_FRAMEHOOK_H))
#ifndef LIBAVFORMAT_BUILD
#undef printf
#define printf please_use_av_log
#undef fprintf
......
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