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

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2021-09-03 20:38:10 +0300
committerHenrik Gramner <henrik@gramner.com>2021-09-20 19:44:35 +0300
commit9636af88b892703ed13ce9216723c63029b6dd1a (patch)
tree341c32cab9e3f973303a39c3c407e669b8f7d765 /tools
parentbdde09b1121546506ad124bc5db1c95614953b29 (diff)
Add automatic thread count selection
Supports Linux, MacOS, and Windows.
Diffstat (limited to 'tools')
-rw-r--r--tools/dav1d_cli_parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dav1d_cli_parse.c b/tools/dav1d_cli_parse.c
index d2f8dbe..ab38400 100644
--- a/tools/dav1d_cli_parse.c
+++ b/tools/dav1d_cli_parse.c
@@ -122,8 +122,8 @@ static void usage(const char *const app, const char *const reason, ...) {
" --realtime [$fract]: limit framerate, optional argument to override input framerate\n"
" --realtimecache $num: set the size of the cache in realtime mode (default: 0)\n"
" --version/-v: print version and exit\n"
- " --threads $num: number of threads (default: 1)\n"
- " --framedelay $num: maximum frame delay, capped at $threads (default: 8);\n"
+ " --threads $num: number of threads (default: 0)\n"
+ " --framedelay $num: maximum frame delay, capped at $threads (default: 0);\n"
" set to 1 for low-latency decoding\n"
" --filmgrain $num: enable film grain application (default: 1, except if muxer is md5 or xxh3)\n"
" --oppoint $num: select an operating point of a scalable AV1 bitstream (0 - 31)\n"