[x265] [PATCH] Added a new line at the end

ashok at multicorewareinc.com ashok at multicorewareinc.com
Fri Apr 13 13:42:40 CEST 2018


# HG changeset patch
# User Ashok Kumar Mishra <ashok at multicorewareinc.com>
# Date 1523619730 -19800
#      Fri Apr 13 17:12:10 2018 +0530
# Branch stable
# Node ID aa9102400f2456584d5e41adf456510abcebec6c
# Parent  1b38042f34a66ec7db4884ecd5ebeac64c3e3c34
Added a new line at the end

diff -r 1b38042f34a6 -r aa9102400f24 source/x265cli.h
--- a/source/x265cli.h	Fri Apr 13 13:51:32 2018 +0530
+++ b/source/x265cli.h	Fri Apr 13 17:12:10 2018 +0530
@@ -566,7 +566,7 @@
     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.");
+	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));


More information about the x265-devel mailing list