Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@minerva.hye>2013-12-28 08:18:39 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-12-30 01:57:20 +0400
commitb4c89c90ffc723c38282fbf061bf65da67e011b2 (patch)
treed8942382675abed8b3e01774c4137444d19e6a14 /doc/fftools-common-opts.texi
parent9ed640015bf321b20b1e8ab8767be5b4ebcc3d0d (diff)
Allow hiding the banner.
Fixes ticket #3246.
Diffstat (limited to 'doc/fftools-common-opts.texi')
-rw-r--r--doc/fftools-common-opts.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index ff6478a1de..dcfe9b5a35 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.