summaryrefslogtreecommitdiff
path: root/libavformat/avisynth.c
diff options
context:
space:
mode:
authorStephen Hutchinson <qyot27@gmail.com>2013-10-28 16:52:49 -0400
committerMichael Niedermayer <michaelni@gmx.at>2013-10-28 22:26:47 +0100
commitcf31c1d4f835356ba1c21ecf22bd697e18c6d6c3 (patch)
treeaac146850b5f0684c170498b60fe22ccd6c816ce /libavformat/avisynth.c
parentdf6279e73701ae56da7d39cd0c4db54efad9cf01 (diff)
avisynth: Remove outdated undef block
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avisynth.c')
-rw-r--r--libavformat/avisynth.c6
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>