mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
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. Originally committed as revision 15221 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b359a90f95
commit
6123abad2e
@ -242,7 +242,7 @@ if((y)<(x)){\
|
|||||||
#define strcat strcat_is_forbidden_due_to_security_issues_use_av_strlcat
|
#define strcat strcat_is_forbidden_due_to_security_issues_use_av_strlcat
|
||||||
#undef exit
|
#undef exit
|
||||||
#define exit exit_is_forbidden
|
#define exit exit_is_forbidden
|
||||||
#if !(defined(LIBAVFORMAT_BUILD) || defined(FFMPEG_FRAMEHOOK_H))
|
#ifndef LIBAVFORMAT_BUILD
|
||||||
#undef printf
|
#undef printf
|
||||||
#define printf please_use_av_log
|
#define printf please_use_av_log
|
||||||
#undef fprintf
|
#undef fprintf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user