summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-03 19:53:38 +0200
committerClément Bœsch <ubitux@gmail.com>2012-05-03 19:53:38 +0200
commit77c0b361b03354621a1ca640d5fb7762e4c9496c (patch)
tree6cea9caec1b9d16f04ea905fc612064101501e4c
parent9ae570fb5fc7a0401a7cb37bac82086a07aed8a5 (diff)
doc: fix API examples references.
-rw-r--r--doc/developer.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 97ca2fcc29..ce372e0bfb 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