shithub: dav1d

Download patch

ref: e1c5fed09c8980f607da4365ce3cdb90e30985c1
parent: 1b30cf2ab34d452447d80232e7a073e8a1084081
author: Matthias Dressel <code@deadcode.eu>
date: Fri Mar 1 02:11:05 EST 2019

tools/dav1d: Fix help text

Add an argument placeholder for the filmgrain option.

--- a/tools/dav1d_cli_parse.c
+++ b/tools/dav1d_cli_parse.c
@@ -104,7 +104,7 @@
             " --version/-v:        print version and exit\n"
             " --framethreads $num: number of frame threads (default: 1)\n"
             " --tilethreads $num:  number of tile threads (default: 1)\n"
-            " --filmgrain          enable film grain application (default: 1, except if muxer is md5)\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"
             " --alllayers $num:    output all spatial layers of a scalable AV1 bitstream (default: 1)\n"
             " --verify $md5:       verify decoded md5. implies --muxer md5, no output\n"