aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-07-22 13:08:52 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-07-22 13:08:52 +0000
commita93b9dbac293ab541674d87b4591a9cf55857f7c (patch)
tree944842364d89b86b6b73d6e60587a1d97aaef880 /doc/ffmpeg-doc.texi
parent8de65d4f1170e81da42060689bba8fedc184ddf5 (diff)
downloadffmpeg-a93b9dbac293ab541674d87b4591a9cf55857f7c.tar.gz
mention libavformat API examples
Originally committed as revision 2070 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r--doc/ffmpeg-doc.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index d4ef24ffa7..3af1afe55f 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -467,8 +467,10 @@ valid results, then crashes.
decoding). See @file{libavcodec/apiexample.c} to see how to use it.
@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
- evolve).
+ demux code for several formats). See @file{ffplay.c} to use it in a
+player. See @file{output_example.c} to use it to generate audio or video
+streams.
+
@end itemize
@section Integrating libavcodec or libavformat in your program