Commit 0d6c430b authored by stefano's avatar stefano

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

section "Generic options".


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21934 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 944c1295
......@@ -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