aboutsummaryrefslogtreecommitdiffstats
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 22:05:37 +0100
commite0d1db72dadfa5330c2b9b70c6bb1baa9f17e6fe (patch)
tree0d4ce18ca8259e815d122ee5561dbf10c63fcf0b /doc/ffplay.texi
parenta5513ae7bc7cb131e7b7edba57e4cf93121d6c8e (diff)
downloadffmpeg-e0d1db72dadfa5330c2b9b70c6bb1baa9f17e6fe.tar.gz
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> (cherry picked from commit a5f27a9c3aa973c543bd8bbf2a78363700bbc03e) 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