diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-16 19:16:20 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-16 19:16:20 +0000 |
commit | 92d71714bfa81ec29ecf073aa9684ceee02591ca (patch) | |
tree | aef494e4610a5b67ccd3963be455b681975ca998 | |
parent | 1204a13c48f9c5c5158bf1d6630d7cea8b20ea9c (diff) | |
download | ffmpeg-92d71714bfa81ec29ecf073aa9684ceee02591ca.tar.gz |
Document how to set boolean options.
Originally committed as revision 23632 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/fftools-common-opts.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index b011e73bd3..992008c39d 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -6,6 +6,11 @@ powers of 10. The 'B' postfix multiplies the value for 8, and can be appended after another postfix or used alone. This allows using for example 'KB', 'MiB', 'G' and 'B' as postfix. +Options which do not take arguments are boolean options, and set the +corresponding value to true. They can be set to false by prefixing +with "no" the option name, for example using "-nofoo" in the +commandline will set to false the boolean option with name "foo". + @section Generic options These options are shared amongst the ff* tools. |