diff options
author | Clément Bœsch <u@pkh.me> | 2013-09-24 21:41:49 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2013-09-29 23:31:12 +0200 |
commit | eafb9c52e80c7b14906b362441eda0464b7b42c4 (patch) | |
tree | 923bbb80c342c6b97c268b2368771f5dea233de6 /doc/faq.texi | |
parent | e6273592e442e21714d34720307e0b12a316d722 (diff) | |
download | ffmpeg-eafb9c52e80c7b14906b362441eda0464b7b42c4.tar.gz |
doc/faq: remove Delphi/Pascal entry.
Link is dead.
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index d06b268d01..957270133d 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -521,10 +521,6 @@ to use them you have to append -D__STDC_CONSTANT_MACROS to your CXXFLAGS You have to create a custom AVIOContext using @code{avio_alloc_context}, see @file{libavformat/aviobuf.c} in FFmpeg and @file{libmpdemux/demux_lavf.c} in MPlayer or MPlayer2 sources. -@section Where can I find libav* headers for Pascal/Delphi? - -see @url{http://www.iversenit.dk/dev/ffmpeg-headers/} - @section Where is the documentation about ffv1, msmpeg4, asv1, 4xm? see @url{http://www.ffmpeg.org/~michael/} |