diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-12-21 21:32:09 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-12-21 21:32:09 +0000 |
commit | 5f6cb6eb9c45a02f591645abd5b1040069a19e81 (patch) | |
tree | 40c2bdc8895850950b5585923ec25a342ccd67f2 /doc/ffserver-doc.texi | |
parent | 870e015048bccbef22bcbd86351d4bc8edb41924 (diff) | |
download | ffmpeg-5f6cb6eb9c45a02f591645abd5b1040069a19e81.tar.gz |
Factorize common options documentation.
Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffserver-doc.texi')
-rw-r--r-- | doc/ffserver-doc.texi | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/doc/ffserver-doc.texi b/doc/ffserver-doc.texi index 8f0903f04a..444a8cd683 100644 --- a/doc/ffserver-doc.texi +++ b/doc/ffserver-doc.texi @@ -237,36 +237,7 @@ ffserver [options] @section Options @c man begin OPTIONS @table @option -@item -version -Show version. -@item -L -Show license. -@item -formats -Show available formats. -@item -codecs -Show available codecs. -@item -bsfs -Show available bitstream filters. -@item -protocols -Show available protocols. -@item -filters -Show available libavfilter filters. -@item -h, -?, -help, --help -Show help. -@item -loglevel @var{loglevel} -Set the logging level used by the library. -@var{loglevel} is a number or a string containing one of the following values: -@table @samp -@item quiet -@item panic -@item fatal -@item error -@item warning -@item info -@item verbose -@item debug -@end table - +@include fftools-common-opts.texi @item -f @var{configfile} Use @file{configfile} instead of @file{/etc/ffserver.conf}. @item -n |