summaryrefslogtreecommitdiff
path: root/doc/fftools-common-opts.texi
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@mail.de>2021-06-06 15:15:50 +0200
committerThilo Borgmann <thilo.borgmann@mail.de>2021-07-16 10:06:23 +0200
commitcf12a478b206cd107343827426a05aedb83816bc (patch)
tree60d6f3678a21c28ec5a2ffc80987d107cbd8a960 /doc/fftools-common-opts.texi
parent87951dcbe775b349a671b9ac2e6ac5c38aee0e79 (diff)
fftools/cmdutils.c: Add cmd line option to override detection of cpu count.
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 5260ecb8f3..7643dd8396 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -353,6 +353,13 @@ Possible flags for this option are:
@end table
@end table
+@item -cpucount @var{count} (@emph{global})
+Override detection of CPU count. This option is intended
+for testing. Do not use it unless you know what you're doing.
+@example
+ffmpeg -cpucount 2
+@end example
+
@item -max_alloc @var{bytes}
Set the maximum size limit for allocating a block on the heap by ffmpeg's
family of malloc functions. Exercise @strong{extreme caution} when using