diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-07-22 13:08:52 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-07-22 13:08:52 +0000 |
commit | a93b9dbac293ab541674d87b4591a9cf55857f7c (patch) | |
tree | 944842364d89b86b6b73d6e60587a1d97aaef880 /doc/faq.texi | |
parent | 8de65d4f1170e81da42060689bba8fedc184ddf5 (diff) | |
download | ffmpeg-a93b9dbac293ab541674d87b4591a9cf55857f7c.tar.gz |
mention libavformat API examples
Originally committed as revision 2070 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 351ba42ff2..3a57c3df29 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -52,6 +52,10 @@ Use @file{-} as filename. @chapter Development +@section Are there examples of use of the FFmpeg libraries libavcodec and libavformat ? + +Yes. Read the Developers Guide of the FFmpeg documentation. + @section Can you support my C compiler XXX ? No. Only GCC is supported. GCC is ported on most systems available and I |