diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-12-05 12:54:21 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-12-06 00:59:22 +0100 |
commit | 15abba737bffa3fa11f7e4fdc85b3d03d80db37e (patch) | |
tree | 284c815a6ce1b269cee6aefd6f268ec952e74753 /doc/ffplay.texi | |
parent | 5bfb0b02b6fbb38c058659dc09c01602d0d1f523 (diff) | |
download | ffmpeg-15abba737bffa3fa11f7e4fdc85b3d03d80db37e.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.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index be696c8f66..f30bafc0de 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 |