diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-02-21 10:56:38 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-02-21 10:56:38 +0000 |
commit | 8b9da8b50ab88d84bbf56338f7c952a3b6941f47 (patch) | |
tree | 76bfce7c987b4c66901c708b4f347f0d90fb4169 /doc/fftools-common-opts.texi | |
parent | 802da0b4906015abb6e88b0656170989cd843f5a (diff) | |
download | ffmpeg-8b9da8b50ab88d84bbf56338f7c952a3b6941f47.tar.gz |
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
Diffstat (limited to 'doc/fftools-common-opts.texi')
-rw-r--r-- | doc/fftools-common-opts.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index ce8a4d6240..4fc271d3e0 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -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 |