diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-05 00:06:20 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-05 13:21:13 +0200 |
commit | 9b032c65547a0c396902c101e7a5efdabb3025b9 (patch) | |
tree | 15aa418fcd88bc6177efa3c0a6152ff4bc62f3b6 /doc/ffplay.texi | |
parent | b4af3cf3470a14626e5d2f40ce3c88bfdd0c8561 (diff) | |
download | ffmpeg-9b032c65547a0c396902c101e7a5efdabb3025b9.tar.gz |
ffplay.texi: document -i FILE option
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r-- | doc/ffplay.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 7b99666f1f..de942bb771 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -13,7 +13,7 @@ @example @c man begin SYNOPSIS -ffplay [options] @file{input_file} +ffplay [options] [@file{input_file}] @c man end @end example @@ -82,6 +82,8 @@ the input video. Use the option "-filters" to show all the available filters (including also sources and sinks). +@item -i @var{input_file} +Read @var{input_file}. @end table @section Advanced options |