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/encoders.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/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 8e910cf159..a7cf2484c9 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -14,7 +14,7 @@ You can disable all the encoders with the configure option with the options @code{--enable-encoder=@var{ENCODER}} / @code{--disable-encoder=@var{ENCODER}}. -The option @code{-codecs} of the ff* tools will display the list of +The option @code{-codecs} of the av* tools will display the list of enabled encoders. @c man end ENCODERS |