aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ffplay.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-05 00:06:20 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-05 13:21:13 +0200
commit9b032c65547a0c396902c101e7a5efdabb3025b9 (patch)
tree15aa418fcd88bc6177efa3c0a6152ff4bc62f3b6 /doc/ffplay.texi
parentb4af3cf3470a14626e5d2f40ce3c88bfdd0c8561 (diff)
downloadandroid_external_ffmpeg-9b032c65547a0c396902c101e7a5efdabb3025b9.tar.gz
android_external_ffmpeg-9b032c65547a0c396902c101e7a5efdabb3025b9.tar.bz2
android_external_ffmpeg-9b032c65547a0c396902c101e7a5efdabb3025b9.zip
ffplay.texi: document -i FILE option
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r--doc/ffplay.texi4
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