diff options
author | Stephen Hutchinson <qyot27@gmail.com> | 2015-03-12 22:52:30 -0400 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-03-24 10:31:04 +0100 |
commit | 1188119624e42c1b2ce5be6137d2e6c6f4f03328 (patch) | |
tree | 9eb21369d5c90497eb658081e6366637789b5d73 /libavformat | |
parent | a8c99205ca8703bd849efae13fcf844315c7147d (diff) | |
download | ffmpeg-1188119624e42c1b2ce5be6137d2e6c6f4f03328.tar.gz |
avisynth: update documentation about the avisynth_c.h header
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avisynth.c | 11 |
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 |