Put all the options shared amongst the ff* tools under a dedicated
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 21 Feb 2010 10:56:38 +0000 (10:56 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 21 Feb 2010 10:56:38 +0000 (10:56 +0000)
section "Generic options".

Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk

doc/ffmpeg-doc.texi
doc/ffplay-doc.texi
doc/ffserver-doc.texi
doc/fftools-common-opts.texi

index 14c4176..b3de32a 100644 (file)
@@ -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.
index e098259..f2f0d53 100644 (file)
@@ -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}
index 444a8cd..9c33e41 100644 (file)
@@ -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
index ce8a4d6..4fc271d 100644 (file)
@@ -1,3 +1,9 @@
+@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