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:
authorWan-Teh Chang <wtc@google.com>2020-06-04 22:35:00 +0300
committerWan-Teh Chang <wtc@google.com>2020-06-04 22:35:00 +0300
commita2f90805e00a9f7e0aec50a7b7d3abcd670cad14 (patch)
tree334b48bbd5c39ce69b80fd5d25cc0c6939436e6c /tools
parentd695e0e8a6c582c761441fa88695b71441e1f15b (diff)
Range of operating point is 0 - 31, not 0 - 32
Diffstat (limited to 'tools')
-rw-r--r--tools/dav1d_cli_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dav1d_cli_parse.c b/tools/dav1d_cli_parse.c
index 4221fee..f363033 100644
--- a/tools/dav1d_cli_parse.c
+++ b/tools/dav1d_cli_parse.c
@@ -118,7 +118,7 @@ static void usage(const char *const app, const char *const reason, ...) {
" --framethreads $num: number of frame threads (default: 1)\n"
" --tilethreads $num: number of tile threads (default: 1)\n"
" --filmgrain $num: enable film grain application (default: 1, except if muxer is md5)\n"
- " --oppoint $num: select an operating point of a scalable AV1 bitstream (0 - 32)\n"
+ " --oppoint $num: select an operating point of a scalable AV1 bitstream (0 - 31)\n"
" --alllayers $num: output all spatial layers of a scalable AV1 bitstream (default: 1)\n"
" --sizelimit $num: stop decoding if the frame size exceeds the specified limit\n"
" --verify $md5: verify decoded md5. implies --muxer md5, no output\n"