diff options
author | Stephen Hutchinson <qyot27@gmail.com> | 2013-10-28 16:52:49 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-28 22:26:47 +0100 |
commit | cf31c1d4f835356ba1c21ecf22bd697e18c6d6c3 (patch) | |
tree | aac146850b5f0684c170498b60fe22ccd6c816ce /libavformat/avisynth.c | |
parent | df6279e73701ae56da7d39cd0c4db54efad9cf01 (diff) | |
download | ffmpeg-cf31c1d4f835356ba1c21ecf22bd697e18c6d6c3.tar.gz |
avisynth: Remove outdated undef block
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avisynth.c')
-rw-r--r-- | libavformat/avisynth.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c index 8268ba79ac..f217c19edd 100644 --- a/libavformat/avisynth.c +++ b/libavformat/avisynth.c @@ -26,12 +26,6 @@ /* Enable function pointer definitions for runtime loading. */ #define AVSC_NO_DECLSPEC -// Shut up ffmpeg error messages. -// avisynth_c.h contains inline functions that call these functions. -#undef malloc -#undef free -#undef printf - /* Platform-specific directives for AviSynth vs AvxSynth. */ #ifdef _WIN32 #include <windows.h> |