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/demuxers.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/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 2d5c425922..b78cf680ef 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -13,7 +13,7 @@ You can disable all the demuxers using the configure option the option "--enable-demuxer=@var{DEMUXER}", or disable it with the option "--disable-demuxer=@var{DEMUXER}". -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 demuxers. The description of some of the currently available demuxers follows. |