summaryrefslogtreecommitdiff
path: root/doc/ffplay.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-12-05 12:54:21 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-12-05 21:30:12 +0100
commita5f27a9c3aa973c543bd8bbf2a78363700bbc03e (patch)
tree115b9ad4286adf6203b1dd5bbd0ace78aa247486 /doc/ffplay.texi
parent7d57ca4d9a75562fa32e40766211de150f8b3ee7 (diff)
Avoid using the term "file" and prefer "url" in some docs and comments
This should make it less ambigous that these are URLs Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r--doc/ffplay.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi
index 4bc3ced39a..073b457256 100644
--- a/doc/ffplay.texi
+++ b/doc/ffplay.texi
@@ -12,7 +12,7 @@
@chapter Synopsis
-ffplay [@var{options}] [@file{input_file}]
+ffplay [@var{options}] [@file{input_url}]
@chapter Description
@c man begin DESCRIPTION
@@ -106,8 +106,8 @@ the input audio.
Use the option "-filters" to show all the available filters (including
sources and sinks).
-@item -i @var{input_file}
-Read @var{input_file}.
+@item -i @var{input_url}
+Read @var{input_url}.
@end table
@section Advanced options