summaryrefslogtreecommitdiff
authorStephen Hutchinson <qyot27@gmail.com>2013-10-28 20:52:49 (GMT)
committer Michael Niedermayer <michaelni@gmx.at>2013-10-28 21:26:47 (GMT)
commitcf31c1d4f835356ba1c21ecf22bd697e18c6d6c3 (patch)
treeaac146850b5f0684c170498b60fe22ccd6c816ce
parentdf6279e73701ae56da7d39cd0c4db54efad9cf01 (diff)
downloadffmpeg-cf31c1d4f835356ba1c21ecf22bd697e18c6d6c3.zip
ffmpeg-cf31c1d4f835356ba1c21ecf22bd697e18c6d6c3.tar.gz
ffmpeg-cf31c1d4f835356ba1c21ecf22bd697e18c6d6c3.tar.bz2
avisynth: Remove outdated undef block
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat
-rw-r--r--libavformat/avisynth.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c
index 8268ba7..f217c19 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>