diff options
author | Carl Eugen Hoyos <cehoyos@minerva.hye> | 2013-12-28 05:18:39 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-12-29 22:57:20 +0100 |
commit | b4c89c90ffc723c38282fbf061bf65da67e011b2 (patch) | |
tree | d8942382675abed8b3e01774c4137444d19e6a14 /doc | |
parent | 9ed640015bf321b20b1e8ab8767be5b4ebcc3d0d (diff) | |
download | ffmpeg-streaming-b4c89c90ffc723c38282fbf061bf65da67e011b2.zip ffmpeg-streaming-b4c89c90ffc723c38282fbf061bf65da67e011b2.tar.gz |
Allow hiding the banner.
Fixes ticket #3246.
Diffstat (limited to 'doc')
-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 ff6478a..dcfe9b5 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -194,6 +194,13 @@ to a plain @code{%} Errors in parsing the environment variable are not fatal, and will not appear in the report. +@item -hide_banner +Suppress printing banner. + +All FFmpeg tools will normally show a copyright notice, build options +and library versions. This option can be used to suppress printing +this information. + @item -cpuflags flags (@emph{global}) Allows setting and clearing cpu flags. This option is intended for testing. Do not use it unless you know what you're doing. |