[x265] [PATCH] remove whitespace

ashok at multicorewareinc.com ashok at multicorewareinc.com
Tue Aug 14 13:55:26 CEST 2018


# HG changeset patch
# User Ashok Kumar Mishra <ashok at multicorewareinc.com>
# Date 1534247710 -19800
#      Tue Aug 14 17:25:10 2018 +0530
# Branch stable
# Node ID 91bee048e5b3a5c9cb7e7fa28d83b465ee4bce45
# Parent  c135f5109e443e39ecabef852455c738253a42a5
remove whitespace

diff -r c135f5109e44 -r 91bee048e5b3 source/x265cli.h
--- a/source/x265cli.h	Tue Aug 14 17:20:07 2018 +0530
+++ b/source/x265cli.h	Tue Aug 14 17:25:10 2018 +0530
@@ -302,8 +302,8 @@
     { "no-idr-recovery-sei",  no_argument, NULL, 0 },
     { "single-sei", no_argument, NULL, 0 },
     { "no-single-sei", no_argument, NULL, 0 },
-	{ "atc-sei", required_argument, NULL, 0 },
-	{ "pic-struct", required_argument, NULL, 0 },
+    { "atc-sei", required_argument, NULL, 0 },
+    { "pic-struct", required_argument, NULL, 0 },
     { "nalu-file", required_argument, NULL, 0 },
     { 0, 0, 0, 0 },
     { 0, 0, 0, 0 },
@@ -571,8 +571,8 @@
     H0("   --[no-]temporal-layers        Enable a temporal sublayer for unreferenced B frames. Default %s\n", OPT(param->bEnableTemporalSubLayers));
     H0("   --[no-]aud                    Emit access unit delimiters at the start of each access unit. Default %s\n", OPT(param->bEnableAccessUnitDelimiters));
     H1("   --hash <integer>              Decoded Picture Hash SEI 0: disabled, 1: MD5, 2: CRC, 3: Checksum. Default %d\n", param->decodedPictureHashSEI);
-	H0("   --atc-sei <integer>           Emit the alternative transfer characteristics SEI message where the integer is the preferred transfer characteristics. Default disabled\n");
-	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");
+    H0("   --atc-sei <integer>           Emit the alternative transfer characteristics SEI message where the integer is the preferred transfer characteristics. Default disabled\n");
+    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");
     H0("   --log2-max-poc-lsb <integer>  Maximum of the picture order count\n");
     H0("   --[no-]vui-timing-info        Emit VUI timing information in the bistream. Default %s\n", OPT(param->bEmitVUITimingInfo));
     H0("   --[no-]vui-hrd-info           Emit VUI HRD information in the bistream. Default %s\n", OPT(param->bEmitVUIHRDInfo));
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2018-08-14_17-24-51_r12409+.diff
Type: text/x-patch
Size: 2490 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20180814/64696f4a/attachment.bin>


More information about the x265-devel mailing list