[x265] [PATCH] doc: Improve doc of vui-timing-info and vui-hrd-info

Pradeep Ramachandran pradeep at multicorewareinc.com
Wed Nov 2 07:30:16 CET 2016


# HG changeset patch
# User Pradeep Ramachandran <pradeep at multicorewareinc.com>
# Date 1478064844 -19800
#      Wed Nov 02 11:04:04 2016 +0530
# Node ID 1a5905a6379a496a9627bd2ff9d3b2de48b08d6b
# Parent  1dcca786e6980946fc6c3586c39b39e0cc0209ec
doc: Improve doc of vui-timing-info and vui-hrd-info

diff -r 1dcca786e698 -r 1a5905a6379a doc/reST/cli.rst
--- a/doc/reST/cli.rst	Tue Nov 01 14:58:56 2016 -0500
+++ b/doc/reST/cli.rst	Wed Nov 02 11:04:04 2016 +0530
@@ -1852,11 +1852,11 @@
 
 .. option:: --[no-]vui-timing-info
 
-	Discard optional VUI timing info from bitstream. Default enabled.
+	Emit VUI timing info in bitstream. Default enabled.
 
 .. option:: --[no-]vui-hrd-info
 
-	Discard optional VUI HRD info from bitstream. Default enabled when
+	Emit VUI HRD info in  bitstream. Default enabled when
 	:option:`--hrd` is enabled.
 
 .. option:: --[no-]opt-qp-pps
diff -r 1dcca786e698 -r 1a5905a6379a source/x265cli.h
--- a/source/x265cli.h	Tue Nov 01 14:58:56 2016 -0500
+++ b/source/x265cli.h	Wed Nov 02 11:04:04 2016 +0530
@@ -460,8 +460,8 @@
     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("   --log2-max-poc-lsb <integer>  Maximum of the picture order count\n");
-    H0("   --[no-]vui-timing-info        Discard optional VUI timing information from the bistream. Default %s\n", OPT(param->bEmitVUITimingInfo));
-    H0("   --[no-]vui-hrd-info           Discard optional HRD timing information from the bistream. Default %s\n", OPT(param->bEmitVUIHRDInfo));
+    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));
     H0("   --[no-]opt-qp-pps             Dynamically optimize QP in PPS (instead of default 26) based on QPs in previous GOP. Default %s\n", OPT(param->bOptQpPPS));
     H0("   --[no-]opt-ref-list-length-pps  Dynamically set L0 and L1 ref list length in PPS (instead of default 0) based on values in last GOP. Default %s\n", OPT(param->bOptRefListLengthPPS));
     H0("   --[no-]multi-pass-opt-rps     Enable storing commonly RPS in SPS in multi pass mode. Default %s\n", OPT(param->bMultiPassOptRPS));
-------------- next part --------------
A non-text attachment was scrubbed...
Name: repo.patch
Type: text/x-patch
Size: 2515 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20161102/2d4611d8/attachment.bin>


More information about the x265-devel mailing list