Browse code

ffplay.texi: document -i FILE option

Stefano Sabatini authored on 2011/06/05 07:06:20
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@
13 13
 
14 14
 @example
15 15
 @c man begin SYNOPSIS
16
-ffplay [options] @file{input_file}
16
+ffplay [options] [@file{input_file}]
17 17
 @c man end
18 18
 @end example
19 19
 
... ...
@@ -82,6 +82,8 @@ the input video.
82 82
 Use the option "-filters" to show all the available filters (including
83 83
 also sources and sinks).
84 84
 
85
+@item -i @var{input_file}
86
+Read @var{input_file}.
85 87
 @end table
86 88
 
87 89
 @section Advanced options