From cf12a478b206cd107343827426a05aedb83816bc Mon Sep 17 00:00:00 2001 From: Thilo Borgmann Date: Sun, 6 Jun 2021 15:15:50 +0200 Subject: fftools/cmdutils.c: Add cmd line option to override detection of cpu count. --- doc/fftools-common-opts.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3