diff options
author | Vicente Jimenez Aguilar <googuy@gmail.com> | 2013-02-16 03:08:36 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-18 13:04:29 +0100 |
commit | 202b5f6deb65e405b07b9b5c20f97c8cb925cf49 (patch) | |
tree | edd717f6f7ce005a1fb75ca582b3cb9e2224356f /doc/muxers.texi | |
parent | 7f3624dc81a196e6d35f9b1dee81c8e863426145 (diff) | |
download | ffmpeg-202b5f6deb65e405b07b9b5c20f97c8cb925cf49.tar.gz |
doc: Fix some obsolete references to av* tools as ff* tools
Signed-off-by: Diego Biurrun <diego@biurrun.de>
CC: libav-stable@libav.org
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index e368e684c5..b2390e21c2 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -13,7 +13,7 @@ You can disable all the muxers with the configure option with the options @code{--enable-muxer=@var{MUXER}} / @code{--disable-muxer=@var{MUXER}}. -The option @code{-formats} of the ff* tools will display the list of +The option @code{-formats} of the av* tools will display the list of enabled muxers. A description of some of the currently available muxers follows. |