# HG changeset patch # User Aruna Matheswaran <ar...@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");
# HG changeset patch # User Aruna Matheswaran <ar...@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");
_______________________________________________ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel