# HG changeset patch
# User Pradeep Ramachandran <prad...@multicorewareinc.com>
# Date 1483069828 -19800
#      Fri Dec 30 09:20:28 2016 +0530
# Node ID a2fe29ca5c6c67921bbe3e35330854d4d4fe6dc3
# Parent  7a8a3c7d878665e53eab10476f188b279eca838f
warn: Fix warning from x265cli.h

diff -r 7a8a3c7d8786 -r a2fe29ca5c6c source/x265cli.h
--- a/source/x265cli.h  Fri Dec 30 09:15:16 2016 +0530
+++ b/source/x265cli.h  Fri Dec 30 09:20:28 2016 +0530
@@ -344,7 +344,7 @@
     H0("   --[no-]psy-rd <0..5.0>        Strength of psycho-visual rate 
distortion optimization, 0 to disable. Default %.1f\n", param->psyRd);
     H0("   --[no-]rdoq-level <0|1|2>     Level of RDO in quantization 0:none, 
1:levels, 2:levels & coding groups. Default %d\n", param->rdoqLevel);
     H0("   --[no-]psy-rdoq <0..50.0>     Strength of psycho-visual 
optimization in RDO quantization, 0 to disable. Default %.1f\n", 
param->psyRdoq);
-    H0("   --[no-]ssim-rd                Enable ssim rate distortion 
optimization, 0 to disable. Default %.1f\n", OPT(param->bSsimRd));
+    H0("   --[no-]ssim-rd                Enable ssim rate distortion 
optimization, 0 to disable. Default %s\n", OPT(param->bSsimRd));
     H0("   --[no-]rd-refine              Enable QP based RD refinement for rd 
levels 5 and 6. Default %s\n", OPT(param->bEnableRdRefine));
     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));
# HG changeset patch
# User Pradeep Ramachandran <prad...@multicorewareinc.com>
# Date 1483069828 -19800
#      Fri Dec 30 09:20:28 2016 +0530
# Node ID a2fe29ca5c6c67921bbe3e35330854d4d4fe6dc3
# Parent  7a8a3c7d878665e53eab10476f188b279eca838f
warn: Fix warning from x265cli.h

diff -r 7a8a3c7d8786 -r a2fe29ca5c6c source/x265cli.h
--- a/source/x265cli.h	Fri Dec 30 09:15:16 2016 +0530
+++ b/source/x265cli.h	Fri Dec 30 09:20:28 2016 +0530
@@ -344,7 +344,7 @@
     H0("   --[no-]psy-rd <0..5.0>        Strength of psycho-visual rate distortion optimization, 0 to disable. Default %.1f\n", param->psyRd);
     H0("   --[no-]rdoq-level <0|1|2>     Level of RDO in quantization 0:none, 1:levels, 2:levels & coding groups. Default %d\n", param->rdoqLevel);
     H0("   --[no-]psy-rdoq <0..50.0>     Strength of psycho-visual optimization in RDO quantization, 0 to disable. Default %.1f\n", param->psyRdoq);
-    H0("   --[no-]ssim-rd                Enable ssim rate distortion optimization, 0 to disable. Default %.1f\n", OPT(param->bSsimRd));
+    H0("   --[no-]ssim-rd                Enable ssim rate distortion optimization, 0 to disable. Default %s\n", OPT(param->bSsimRd));
     H0("   --[no-]rd-refine              Enable QP based RD refinement for rd levels 5 and 6. Default %s\n", OPT(param->bEnableRdRefine));
     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));
_______________________________________________
x265-devel mailing list
x265-devel@videolan.org
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to