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/indevs.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/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 868329799f..8ff64a78ed 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -13,7 +13,7 @@ You can disable all the input devices using the configure option option "--enable-indev=@var{INDEV}", or you can disable a particular input device using the option "--disable-indev=@var{INDEV}". -The option "-formats" of the ff* tools will display the list of +The option "-formats" of the av* tools will display the list of supported input devices (amongst the demuxers). A description of the currently available input devices follows. |