[x265] [PATCH] typo

ashok at multicorewareinc.com ashok at multicorewareinc.com
Tue Aug 14 14:17:11 CEST 2018


# HG changeset patch
# User Ashok Kumar Mishra <ashok at multicorewareinc.com>
# Date 1534248995 -19800
#      Tue Aug 14 17:46:35 2018 +0530
# Branch stable
# Node ID e7b0a854888b8b7d104b080a2109dc5e80fe6861
# Parent  91bee048e5b3a5c9cb7e7fa28d83b465ee4bce45
typo

diff -r 91bee048e5b3 -r e7b0a854888b source/x265cli.h
--- a/source/x265cli.h	Tue Aug 14 17:25:10 2018 +0530
+++ b/source/x265cli.h	Tue Aug 14 17:46:35 2018 +0530
@@ -402,7 +402,7 @@
     H0("   --[no-]early-skip             Enable early SKIP detection. Default %s\n", OPT(param->bEnableEarlySkip));
     H0("   --[no-]rskip                  Enable early exit from recursion. Default %s\n", OPT(param->bEnableRecursionSkip));
     H1("   --[no-]tskip-fast             Enable fast intra transform skipping. Default %s\n", OPT(param->bEnableTSkipFast));
-    H1("   --[no-]splitrd-skip           Enable skipping split RD analysis when sum of split CU rdCost larger than none split CU rdCost for Intra CU. Default %s\n", OPT(param->bEnableSplitRdSkip));
+    H1("   --[no-]splitrd-skip           Enable skipping split RD analysis when sum of split CU rdCost larger than one split CU rdCost for Intra CU. Default %s\n", OPT(param->bEnableSplitRdSkip));
     H1("   --nr-intra <integer>          An integer value in range of 0 to 2000, which denotes strength of noise reduction in intra CUs. Default 0\n");
     H1("   --nr-inter <integer>          An integer value in range of 0 to 2000, which denotes strength of noise reduction in inter CUs. Default 0\n");
     H0("   --ctu-info <integer>          Enable receiving ctu information asynchronously and determine reaction to the CTU information (0, 1, 2, 4, 6) Default 0\n"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2018-08-14_17-46-09_r12410+.diff
Type: text/x-patch
Size: 1682 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20180814/b1b30b3a/attachment.bin>


More information about the x265-devel mailing list