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
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2022-02-02 18:21:36 +0300
committerHenrik Gramner <henrik@gramner.com>2022-02-02 19:02:18 +0300
commit12b0d9be3c075d39611f8a5e5e69ea30afafdc19 (patch)
tree42d8d8094dcea3c71cca92a0e92c09c45ef7fd48 /examples
parenta765d622469f62f1d6d16982a7414fde9061733b (diff)
dav1dplay: Update threading --help text
Diffstat (limited to 'examples')
-rw-r--r--examples/dav1dplay.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/dav1dplay.c b/examples/dav1dplay.c
index 2d09fb9..9cca8e8 100644
--- a/examples/dav1dplay.c
+++ b/examples/dav1dplay.c
@@ -114,9 +114,9 @@ static void dp_settings_print_usage(const char *const app,
fprintf(stderr, "Supported options:\n"
" --input/-i $file: input file\n"
" --untimed/-u: ignore PTS, render as fast as possible\n"
- " --framethreads $num: number of frame threads (default: 1)\n"
- " --tilethreads $num: number of tile threads (default: 1)\n"
- " --pfthreads $num: number of postfilter threads(default: 1)\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"
" --highquality: enable high quality rendering\n"
" --zerocopy/-z: enable zero copy upload path\n"
" --gpugrain/-g: enable GPU grain synthesis\n"