summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorVicente Jimenez Aguilar <googuy@gmail.com>2013-02-16 03:08:36 +0100
committerDiego Biurrun <diego@biurrun.de>2013-02-18 13:04:29 +0100
commit202b5f6deb65e405b07b9b5c20f97c8cb925cf49 (patch)
treeedd717f6f7ce005a1fb75ca582b3cb9e2224356f /doc/protocols.texi
parent7f3624dc81a196e6d35f9b1dee81c8e863426145 (diff)
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/protocols.texi')
-rw-r--r--doc/protocols.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 086a249a13..0d40e5eeb9 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -14,7 +14,7 @@ option "--enable-protocol=@var{PROTOCOL}", or you can disable a
particular protocol using the option
"--disable-protocol=@var{PROTOCOL}".
-The option "-protocols" of the ff* tools will display the list of
+The option "-protocols" of the av* tools will display the list of
supported protocols.
A description of the currently available protocols follows.
@@ -57,7 +57,7 @@ use the command:
avconv -i file:input.mpeg output.mpeg
@end example
-The ff* tools default to the file protocol, that is a resource
+The av* tools default to the file protocol, that is a resource
specified with the name "FILE.mpeg" is interpreted as the URL
"file:FILE.mpeg".