ref: a2f90805e00a9f7e0aec50a7b7d3abcd670cad14
parent: d695e0e8a6c582c761441fa88695b71441e1f15b
author: Wan-Teh Chang <wtc@google.com>
date: Thu Jun 4 17:35:00 EDT 2020
Range of operating point is 0 - 31, not 0 - 32
--- a/tools/dav1d_cli_parse.c
+++ b/tools/dav1d_cli_parse.c
@@ -118,7 +118,7 @@
" --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"