summaryrefslogtreecommitdiff
path: root/doc/developer.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-07-26 17:51:34 +0200
committerAnton Khirnov <anton@khirnov.net>2011-08-09 19:56:21 +0200
commit266463daff7bbd4c3a8a26ff11b1131df0fd5520 (patch)
treeb7f190b7a5fe4fae5e392372f599624c5450cfee /doc/developer.texi
parent7351eb14151602fa924ab3d5e374b7d60f32aff9 (diff)
Rename ffplay to avplay.
Diffstat (limited to 'doc/developer.texi')
-rw-r--r--doc/developer.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 208c119753..d75471cb29 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -17,7 +17,7 @@
decoding). Look at @file{libavcodec/apiexample.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
+demux code for several formats). Look at @file{avplay.c} to use it in a
player. See @file{libavformat/output-example.c} to use it to generate
audio or video streams.