Commit 7102ef88 authored by bellard's avatar bellard

mention libavformat API examples


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2070 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0367bedf
...@@ -52,6 +52,10 @@ Use @file{-} as filename. ...@@ -52,6 +52,10 @@ Use @file{-} as filename.
@chapter Development @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 ? @section Can you support my C compiler XXX ?
No. Only GCC is supported. GCC is ported on most systems available and I No. Only GCC is supported. GCC is ported on most systems available and I
......
...@@ -467,8 +467,10 @@ valid results, then crashes. ...@@ -467,8 +467,10 @@ valid results, then crashes.
decoding). See @file{libavcodec/apiexample.c} to see how to use it. decoding). See @file{libavcodec/apiexample.c} to see how to use it.
@item libavformat is the library containing the file formats handling (mux and @item libavformat is the library containing the file formats handling (mux and
demux code for several formats). (no example yet, the API is likely to demux code for several formats). See @file{ffplay.c} to use it in a
evolve). player. See @file{output_example.c} to use it to generate audio or video
streams.
@end itemize @end itemize
@section Integrating libavcodec or libavformat in your program @section Integrating libavcodec or libavformat in your program
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment