diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-07-26 17:51:34 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-09 19:56:21 +0200 |
commit | 266463daff7bbd4c3a8a26ff11b1131df0fd5520 (patch) | |
tree | b7f190b7a5fe4fae5e392372f599624c5450cfee /doc/developer.texi | |
parent | 7351eb14151602fa924ab3d5e374b7d60f32aff9 (diff) | |
download | ffmpeg-266463daff7bbd4c3a8a26ff11b1131df0fd5520.tar.gz |
Rename ffplay to avplay.
Diffstat (limited to 'doc/developer.texi')
-rw-r--r-- | doc/developer.texi | 2 |
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. |