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/outdevs.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/outdevs.texi')
-rw-r--r-- | doc/outdevs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi index 938909c784..dd7bd6475d 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -13,7 +13,7 @@ You can disable all the output devices using the configure option option "--enable-outdev=@var{OUTDEV}", or you can disable a particular input device using the option "--disable-outdev=@var{OUTDEV}". -The option "-formats" of the ff* tools will display the list of +The option "-formats" of the av* tools will display the list of enabled output devices (amongst the muxers). A description of the currently available output devices follows. |