[x265] [PATCH] doc: Improve rst doc and help doc about param multi-pass-opt-rps

ayacc564 at 163.com ayacc564 at 163.com
Fri Nov 25 08:15:31 CET 2016


# HG changeset patch
# User ZhengWang <zheng at multicorewareinc.com>
# Date 1480057905 -28800
#      五 11月 25 15:11:45 2016 +0800
# Node ID be62355cb7f3b7f78b897131f511dfbe4ac8a604
# Parent  df25adaa30f60eaed6e2780b3297f84c423e58df
doc: Improve rst doc and help doc about param multi-pass-opt-rps

diff -r df25adaa30f6 -r be62355cb7f3 doc/reST/cli.rst
--- a/doc/reST/cli.rst	三 11月 23 12:10:04 2016 -0600
+++ b/doc/reST/cli.rst	五 11月 25 15:11:45 2016 +0800
@@ -1876,7 +1876,7 @@
 
 .. option:: --[no-]multi-pass-opt-rps
 
-	Enable storing commonly RPS in SPS in multi pass mode. Default disabled.
+	Enable storing commonly used RPS in SPS in multi pass mode. Default disabled.
 
 
 Debugging options
diff -r df25adaa30f6 -r be62355cb7f3 source/x265cli.h
--- a/source/x265cli.h	三 11月 23 12:10:04 2016 -0600
+++ b/source/x265cli.h	五 11月 25 15:11:45 2016 +0800
@@ -464,7 +464,7 @@
     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));
+    H0("   --[no-]multi-pass-opt-rps     Enable storing commonly used RPS in SPS in multi pass mode. Default %s\n", OPT(param->bMultiPassOptRPS));
     H1("\nReconstructed video options (debugging):\n");
     H1("-r/--recon <filename>            Reconstructed raw image YUV or Y4M output file name\n");
     H1("   --recon-depth <integer>       Bit-depth of reconstructed raw image file. Defaults to input bit depth, or 8 if Y4M\n");
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265.patch
Type: text/x-patch
Size: 1963 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20161125/41ca3fb8/attachment.bin>


More information about the x265-devel mailing list