<div dir="ltr">Pushed to default.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 11, 2019 at 2:45 PM Aruna_Matheswaran <<a href="mailto:aruna@multicorewareinc.com">aruna@multicorewareinc.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"># HG changeset patch<br>
# User Aruna_Matheswaran <aruna@multicorewareinc><br>
# Date 1562836382 -19800<br>
#      Thu Jul 11 14:43:02 2019 +0530<br>
# Node ID 678215784c3b9ef08f9299fd427aa4ea1f9ee526<br>
# Parent  4f6dde51a5db4f9229bddb60db176f16ac98f505<br>
cli: fix incorrect CLI help of --[no-]aq-motion<br>
<br>
diff -r 4f6dde51a5db -r 678215784c3b source/x265cli.h<br>
--- a/source/x265cli.h  Fri Jul 05 10:47:15 2019 +0530<br>
+++ b/source/x265cli.h  Thu Jul 11 14:43:02 2019 +0530<br>
@@ -553,7 +553,7 @@<br>
     H0("   --[no-]hevc-aq                Mode for HEVC Adaptive Quantization. Default %s\n", OPT(param->rc.hevcAq));<br>
     H0("   --aq-strength <float>         Reduces blocking and blurring in flat and textured areas (0 to 3.0). Default %.2f\n", param->rc.aqStrength);<br>
     H0("   --qp-adaptation-range <float> Delta QP range by QP adaptation based on a psycho-visual model (1.0 to 6.0). Default %.2f\n", param->rc.qpAdaptationRange);<br>
-    H0("   --[no-]aq-motion              Adaptive Quantization based on the relative motion of each CU w.r.t., frame. Default %s\n", OPT(param->bOptCUDeltaQP));<br>
+    H0("   --[no-]aq-motion              Block level QP adaption based on the relative motion between the block and the frame. Default %s\n", OPT(param->bAQMotion));<br>
     H0("   --qg-size <int>               Specifies the size of the quantization group (64, 32, 16, 8). Default %d\n", param->rc.qgSize);<br>
     H0("   --[no-]cutree                 Enable cutree for Adaptive Quantization. Default %s\n", OPT(param->rc.cuTree));<br>
     H0("   --[no-]rc-grain               Enable ratecontrol mode to handle grains specifically. turned on with tune grain. Default %s\n", OPT(param->rc.bEnableGrain));<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><font face="georgia, serif">Regards,</font><div><font face="georgia, serif">Aruna</font></div></div></div>