<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 14, 2018 at 5:25 PM,  <span dir="ltr"><<a href="mailto:ashok@multicorewareinc.com" target="_blank">ashok@multicorewareinc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"># HG changeset patch<br>
# User Ashok Kumar Mishra <<a href="mailto:ashok@multicorewareinc.com">ashok@multicorewareinc.com</a>><br>
# Date 1534247710 -19800<br>
#      Tue Aug 14 17:25:10 2018 +0530<br>
# Branch stable<br>
# Node ID 91bee048e5b3a5c9cb7e7fa28d83b4<wbr>65ee4bce45<br>
# Parent  c135f5109e443e39ecabef852455c7<wbr>38253a42a5<br>
remove whitespace<br>
<br>
diff -r c135f5109e44 -r 91bee048e5b3 source/x265cli.h<br>
--- a/source/x265cli.h  Tue Aug 14 17:20:07 2018 +0530<br>
+++ b/source/x265cli.h  Tue Aug 14 17:25:10 2018 +0530<br>
@@ -302,8 +302,8 @@<br>
     { "no-idr-recovery-sei",  no_argument, NULL, 0 },<br>
     { "single-sei", no_argument, NULL, 0 },<br>
     { "no-single-sei", no_argument, NULL, 0 },<br>
-       { "atc-sei", required_argument, NULL, 0 },<br>
-       { "pic-struct", required_argument, NULL, 0 },<br>
+    { "atc-sei", required_argument, NULL, 0 },<br>
+    { "pic-struct", required_argument, NULL, 0 },<br>
     { "nalu-file", required_argument, NULL, 0 },<br>
     { 0, 0, 0, 0 },<br>
     { 0, 0, 0, 0 },<br>
@@ -571,8 +571,8 @@<br>
     H0("   --[no-]temporal-layers        Enable a temporal sublayer for unreferenced B frames. Default %s\n", OPT(param-><wbr>bEnableTemporalSubLayers));<br>
     H0("   --[no-]aud                    Emit access unit delimiters at the start of each access unit. Default %s\n", OPT(param-><wbr>bEnableAccessUnitDelimiters));<br>
     H1("   --hash <integer>              Decoded Picture Hash SEI 0: disabled, 1: MD5, 2: CRC, 3: Checksum. Default %d\n", param->decodedPictureHashSEI);<br>
-       H0("   --atc-sei <integer>           Emit the alternative transfer characteristics SEI message where the integer is the preferred transfer characteristics. Default disabled\n");<br>
-       H0("   --pic-struct <integer>        Set the picture structure and emits it in the picture timing SEI message. Values in the range 0..12. See D.3.3 of the HEVC spec. for a detailed explanation.\n");<br>
+    H0("   --atc-sei <integer>           Emit the alternative transfer characteristics SEI message where the integer is the preferred transfer characteristics. Default disabled\n");<br>
+    H0("   --pic-struct <integer>        Set the picture structure and emits it in the picture timing SEI message. Values in the range 0..12. See D.3.3 of the HEVC spec. for a detailed explanation.\n");<br>
     H0("   --log2-max-poc-lsb <integer>  Maximum of the picture order count\n");<br>
     H0("   --[no-]vui-timing-info        Emit VUI timing information in the bistream. Default %s\n", OPT(param->bEmitVUITimingInfo)<wbr>);<br>
     H0("   --[no-]vui-hrd-info           Emit VUI HRD information in the bistream. Default %s\n", OPT(param->bEmitVUIHRDInfo));<br>
</blockquote></div><br></div><div class="gmail_extra">Pushed.</div></div>