# HG changeset patch
# User Ashok Kumar Mishra <[email protected]>
# 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"
# HG changeset patch
# User Ashok Kumar Mishra <[email protected]>
# 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"
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to