diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-20 00:09:30 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-20 00:09:30 +0000 |
commit | 1bafdcbd0a9643179eed6532706fc3ba9873fa59 (patch) | |
tree | fdb6e2b79ac7412ad48e857a4ea078b4702a991b /doc | |
parent | 72af5d8a020e4dca1118b3ede67be983b33e27c5 (diff) | |
download | ffmpeg-1bafdcbd0a9643179eed6532706fc3ba9873fa59.tar.gz |
List the FFserver specific options under a "Main options" section, to
distinguish them from the generic common options.
Originally committed as revision 22602 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffserver-doc.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffserver-doc.texi b/doc/ffserver-doc.texi index 9c33e4104b..0a2440ae51 100644 --- a/doc/ffserver-doc.texi +++ b/doc/ffserver-doc.texi @@ -239,6 +239,8 @@ ffserver [options] @include fftools-common-opts.texi +@section Main options + @table @option @item -f @var{configfile} Use @file{configfile} instead of @file{/etc/ffserver.conf}. |