[FFmpeg-cvslog] doc: fix API examples references.

Clément Bœsch git at videolan.org
Thu May 3 19:54:09 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu May  3 19:53:38 2012 +0200| [77c0b361b03354621a1ca640d5fb7762e4c9496c] | committer: Clément Bœsch

doc: fix API examples references.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=77c0b361b03354621a1ca640d5fb7762e4c9496c
---

 doc/developer.texi |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/developer.texi b/doc/developer.texi
index 97ca2fc..ce372e0 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -14,12 +14,13 @@
 @section API
 @itemize @bullet
 @item libavcodec is the library containing the codecs (both encoding and
-decoding). Look at @file{libavcodec/apiexample.c} to see how to use it.
+decoding). Look at @file{doc/examples/decoding_encoding.c} to see how to use
+it.
 
 @item libavformat is the library containing the file format handling (mux and
 demux code for several formats). Look at @file{ffplay.c} to use it in a
-player. See @file{libavformat/output-example.c} to use it to generate
-audio or video streams.
+player. See @file{doc/examples/muxing.c} to use it to generate audio or video
+streams.
 
 @end itemize
 



More information about the ffmpeg-cvslog mailing list