diff options
author | Vicente Jimenez Aguilar <googuy@gmail.com> | 2013-02-16 03:08:36 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-24 19:32:52 +0100 |
commit | 60a1ee6e419e244dc2363fdc4ddf8350d506f2ae (patch) | |
tree | 179f4132f73e9c4ccecf97ef3e9ecc406157ba5c /doc/bitstream_filters.texi | |
parent | a4c9260e6914aa82274d1582e1e4ce94ce5194ed (diff) | |
download | ffmpeg-60a1ee6e419e244dc2363fdc4ddf8350d506f2ae.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
(cherry picked from commit 202b5f6deb65e405b07b9b5c20f97c8cb925cf49)
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r-- | doc/bitstream_filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 1fbd40a70c..ba66bc8938 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -10,7 +10,7 @@ You can disable all the bitstream filters using the configure option the option @code{--enable-bsf=BSF}, or you can disable a particular bitstream filter using the option @code{--disable-bsf=BSF}. -The option @code{-bsfs} of the ff* tools will display the list of +The option @code{-bsfs} of the av* tools will display the list of all the supported bitstream filters included in your build. Below is a description of the currently available bitstream filters. |