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. ...@@ -222,10 +222,12 @@ specified for the inputs.
@c man end @c man end
@c man begin OPTIONS @c man begin OPTIONS
@include fftools-common-opts.texi
@section Main options @section Main options
@table @option @table @option
@include fftools-common-opts.texi
@item -f @var{fmt} @item -f @var{fmt}
Force format. Force format.
......
...@@ -26,10 +26,12 @@ ffplay [options] @file{input_file} ...@@ -26,10 +26,12 @@ ffplay [options] @file{input_file}
@end example @end example
@c man begin OPTIONS @c man begin OPTIONS
@include fftools-common-opts.texi
@section Main options @section Main options
@table @option @table @option
@include fftools-common-opts.texi
@item -x @var{width} @item -x @var{width}
Force displayed width. Force displayed width.
@item -y @var{height} @item -y @var{height}
......
...@@ -236,8 +236,10 @@ ffserver [options] ...@@ -236,8 +236,10 @@ ffserver [options]
@section Options @section Options
@c man begin OPTIONS @c man begin OPTIONS
@table @option
@include fftools-common-opts.texi @include fftools-common-opts.texi
@table @option
@item -f @var{configfile} @item -f @var{configfile}
Use @file{configfile} instead of @file{/etc/ffserver.conf}. Use @file{configfile} instead of @file{/etc/ffserver.conf}.
@item -n @item -n
......
@section Generic options
These options are shared amongst the ff* tools.
@table @option
@item -L @item -L
Show license. Show license.
...@@ -63,3 +69,4 @@ Set the logging level used by the library. ...@@ -63,3 +69,4 @@ Set the logging level used by the library.
@item debug @item debug
@end table @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