Browse code

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

Stefano Sabatini authored on 2010/02/21 19:56:38
Showing 4 changed files
... ...
@@ -222,10 +222,12 @@ specified for the inputs.
222 222
 @c man end
223 223
 
224 224
 @c man begin OPTIONS
225
+
226
+@include fftools-common-opts.texi
227
+
225 228
 @section Main options
226 229
 
227 230
 @table @option
228
-@include fftools-common-opts.texi
229 231
 
230 232
 @item -f @var{fmt}
231 233
 Force format.
... ...
@@ -26,10 +26,12 @@ ffplay [options] @file{input_file}
26 26
 @end example
27 27
 
28 28
 @c man begin OPTIONS
29
+
30
+@include fftools-common-opts.texi
31
+
29 32
 @section Main options
30 33
 
31 34
 @table @option
32
-@include fftools-common-opts.texi
33 35
 @item -x @var{width}
34 36
 Force displayed width.
35 37
 @item -y @var{height}
... ...
@@ -236,8 +236,10 @@ ffserver [options]
236 236
 
237 237
 @section Options
238 238
 @c man begin OPTIONS
239
-@table @option
239
+
240 240
 @include fftools-common-opts.texi
241
+
242
+@table @option
241 243
 @item -f @var{configfile}
242 244
 Use @file{configfile} instead of @file{/etc/ffserver.conf}.
243 245
 @item -n
... ...
@@ -1,3 +1,9 @@
1
+@section Generic options
2
+
3
+These options are shared amongst the ff* tools.
4
+
5
+@table @option
6
+
1 7
 @item -L
2 8
 Show license.
3 9
 
... ...
@@ -63,3 +69,4 @@ Set the logging level used by the library.
63 63
 @item debug
64 64
 @end table
65 65
 
66
+@end table