Commit 8b9da8b5 authored by Stefano Sabatini's avatar Stefano Sabatini

Put all the options shared amongst the ff* tools under a dedicated

section "Generic options".

Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 802da0b4
......@@ -222,10 +222,12 @@ specified for the inputs.
@c man end
@c man begin OPTIONS
@include fftools-common-opts.texi
@section Main options
@table @option
@include fftools-common-opts.texi
@item -f @var{fmt}
Force format.
......
......@@ -26,10 +26,12 @@ ffplay [options] @file{input_file}
@end example
@c man begin OPTIONS
@include fftools-common-opts.texi
@section Main options
@table @option
@include fftools-common-opts.texi
@item -x @var{width}
Force displayed width.
@item -y @var{height}
......
......@@ -236,8 +236,10 @@ ffserver [options]
@section Options
@c man begin OPTIONS
@table @option
@include fftools-common-opts.texi
@table @option
@item -f @var{configfile}
Use @file{configfile} instead of @file{/etc/ffserver.conf}.
@item -n
......
@section Generic options
These options are shared amongst the ff* tools.
@table @option
@item -L
Show license.
......@@ -63,3 +69,4 @@ Set the logging level used by the library.
@item debug
@end table
@end table
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment