[FFmpeg-cvslog] avisynth: Remove outdated undef block

Stephen Hutchinson git at videolan.org
Mon Oct 28 22:38:05 CET 2013


ffmpeg | branch: master | Stephen Hutchinson <qyot27 at gmail.com> | Mon Oct 28 16:52:49 2013 -0400| [cf31c1d4f835356ba1c21ecf22bd697e18c6d6c3] | committer: Michael Niedermayer

avisynth: Remove outdated undef block

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cf31c1d4f835356ba1c21ecf22bd697e18c6d6c3
---

 libavformat/avisynth.c |    6 ------
 1 file changed, 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>



More information about the ffmpeg-cvslog mailing list