summaryrefslogtreecommitdiff
path: root/libavformat/avisynth.c
diff options
context:
space:
mode:
authorStephen Hutchinson <qyot27@gmail.com>2015-03-12 22:52:30 -0400
committerLuca Barbato <lu_zero@gentoo.org>2015-03-24 10:31:04 +0100
commit1188119624e42c1b2ce5be6137d2e6c6f4f03328 (patch)
tree9eb21369d5c90497eb658081e6366637789b5d73 /libavformat/avisynth.c
parenta8c99205ca8703bd849efae13fcf844315c7147d (diff)
avisynth: update documentation about the avisynth_c.h header
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat/avisynth.c')
-rw-r--r--libavformat/avisynth.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c
index 604afdda89..fb7441c6c7 100644
--- a/libavformat/avisynth.c
+++ b/libavformat/avisynth.c
@@ -27,16 +27,7 @@
/* Enable function pointer definitions for runtime loading. */
#define AVSC_NO_DECLSPEC
-/* Platform-specific directives for AviSynth vs AvxSynth.
- *
- * avisynth_c.h needs to be the one provided with x264, as
- * the one in AviSynth's CVS hasn't been updated to support
- * 2.6's extra colorspaces. A temporary source of that header,
- * installable from a GNU-style Makefile is available from
- * github.com/qyot27/avisynth_headers -- AvxSynth doesn't
- * require this kind of special treatment because like any
- * standard *nix application, it installs its headers
- * alongside its libs. */
+/* Platform-specific directives for AviSynth vs AvxSynth. */
#ifdef _WIN32
#include <windows.h>
#undef EXTERN_C