[x265] [PATCH] cli: nits

Aruna Matheswaran aruna at multicorewareinc.com
Fri Jan 10 09:46:41 CET 2020


# HG changeset patch
# User Aruna Matheswaran <aruna at multicorewareinc.com>
# Date 1578645964 -19800
#      Fri Jan 10 14:16:04 2020 +0530
# Node ID 4fcd8f1701a6dd7a502c4e48f04a27bb397664cf
# Parent  c5ff72937e9cd7fbecdbf6b54de26841f6926494
cli: nits

diff -r c5ff72937e9c -r 4fcd8f1701a6 source/x265cli.h
--- a/source/x265cli.h	Tue Jan 07 23:40:49 2020 +0530
+++ b/source/x265cli.h	Fri Jan 10 14:16:04 2020 +0530
@@ -636,7 +636,7 @@
     H0("   --[no-]cll                    Emit content light level info SEI. Default %s\n", OPT(param->bEmitCLL));
     H0("   --[no-]hdr10                  Control dumping of HDR10 SEI packet. If max-cll or master-display has non-zero values, this is enabled. Default %s\n", OPT(param->bEmitHDR10SEI));
     H0("   --[no-]hdr-opt                Add luma and chroma offsets for HDR/WCG content. Default %s. Now deprecated.\n", OPT(param->bHDROpt));
-    H0("   --[no-]HDR10-opt              Block-level QP optimization for HDR10 content. Default %s.\n", OPT(param->bHDR10Opt));
+    H0("   --[no-]hdr10-opt              Block-level QP optimization for HDR10 content. Default %s.\n", OPT(param->bHDR10Opt));
     H0("   --min-luma <integer>          Minimum luma plane value of input source picture\n");
     H0("   --max-luma <integer>          Maximum luma plane value of input source picture\n");
     H0("\nBitstream options:\n");
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265_push.patch
Type: text/x-patch
Size: 1367 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20200110/8c61fa45/attachment.bin>


More information about the x265-devel mailing list