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

2018-04-13 Thread Ashok Kumar Mishra
On Fri, Apr 13, 2018 at 5:12 PM,  wrote:

> # HG changeset patch
> # User Ashok Kumar Mishra 
> # 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-]audEmit access unit delimiters at
> the start of each access unit. Default %s\n", OPT(param->
> bEnableAccessUnitDelimiters));
>  H1("   --hash   Decoded Picture Hash SEI 0:
> disabled, 1: MD5, 2: CRC, 3: Checksum. Default %d\n",
> param->decodedPictureHashSEI);
> H0("   --atc-seiEmit the alternative transfer
> characteristics SEI message where the integer is the preferred transfer
> characteristics. Default disabled\n");
> -   H0("   --pic-struct 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 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   Maximum of the picture order
> count\n");
>  H0("   --[no-]vui-timing-infoEmit 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));
>


Pushed.
___
x265-devel mailing list
x265-devel@videolan.org
https://mailman.videolan.org/listinfo/x265-devel


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

2018-04-13 Thread ashok
# HG changeset patch
# User Ashok Kumar Mishra 
# 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-]audEmit access unit delimiters at the 
start of each access unit. Default %s\n", 
OPT(param->bEnableAccessUnitDelimiters));
 H1("   --hash   Decoded Picture Hash SEI 0: disabled, 
1: MD5, 2: CRC, 3: Checksum. Default %d\n", param->decodedPictureHashSEI);
H0("   --atc-seiEmit the alternative transfer 
characteristics SEI message where the integer is the preferred transfer 
characteristics. Default disabled\n");
-   H0("   --pic-struct 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 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   Maximum of the picture order 
count\n");
 H0("   --[no-]vui-timing-infoEmit 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));
___
x265-devel mailing list
x265-devel@videolan.org
https://mailman.videolan.org/listinfo/x265-devel