<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 7, 2017 at 7:18 PM,  <span dir="ltr"><<a href="mailto:aruna@multicorewareinc.com" target="_blank">aruna@multicorewareinc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"># HG changeset patch<br>
# User Aruna Matheswaran <<a href="mailto:aruna@multicorewareinc.com">aruna@multicorewareinc.com</a>><br>
# Date 1510062331 -19800<br>
#      Tue Nov 07 19:15:31 2017 +0530<br>
# Node ID b6c692f5f5b145eb8d874cfb44db8c<wbr>85fc2978cc<br>
# Parent  8a121d8cc134cc348466e5d63a6a02<wbr>d1531d8055<br>
vbv-end: nits<br></blockquote><div><br></div><div>Pushed to default branch.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
diff -r 8a121d8cc134 -r b6c692f5f5b1 doc/reST/cli.rst<br>
--- a/doc/reST/cli.rst  Mon Nov 06 11:32:04 2017 +0530<br>
+++ b/doc/reST/cli.rst  Tue Nov 07 19:15:31 2017 +0530<br>
@@ -1499,7 +1499,7 @@<br>
<br>
 .. option:: --vbv-end <float><br>
<br>
-    Final buffer emptiness. The portion of the decode buffer that must be<br>
+       Final buffer emptiness. The portion of the decode buffer that must be<br>
        available after all the specified frames have been inserted into the<br>
        decode buffer. Specified as a fractional value between 0 and 1, or in<br>
        kbits. Default 0 (disabled)<br>
@@ -1511,7 +1511,7 @@<br>
<br>
 .. option:: --vbv-end-fr-adj <float><br>
<br>
-    Frame from which qp has to be adjusted to achieve final decode buffer<br>
+       Frame from which qp has to be adjusted to achieve final decode buffer<br>
        emptiness. Specified as a fraction of the total frames. Fractions > 0 are<br>
        supported only when the total number of frames is known. Default 0.<br>
<br>
diff -r 8a121d8cc134 -r b6c692f5f5b1 source/x265cli.h<br>
--- a/source/x265cli.h  Mon Nov 06 11:32:04 2017 +0530<br>
+++ b/source/x265cli.h  Tue Nov 07 19:15:31 2017 +0530<br>
@@ -445,8 +445,8 @@<br>
     H0("   --vbv-maxrate <integer>       Max local bitrate (kbit/s). Default %d\n", param->rc.vbvMaxBitrate);<br>
     H0("   --vbv-bufsize <integer>       Set size of the VBV buffer (kbit). Default %d\n", param->rc.vbvBufferSize);<br>
     H0("   --vbv-init <float>            Initial VBV buffer occupancy (fraction of bufsize or in kbits). Default %.2f\n", param->rc.vbvBufferInit);<br>
-    H0("   --vbv-end <float>             Final VBV buffer emptiness (fraction of bufsize or in kbits). Default 0 (disabled)");<br>
-    H0("   --vbv-end-fr-adj <float>      Frame from which qp has to be adjusted to achieve final decode buffer emptiness. Default 0");<br>
+    H0("   --vbv-end <float>             Final VBV buffer emptiness (fraction of bufsize or in kbits). Default 0 (disabled)\n");<br>
+    H0("   --vbv-end-fr-adj <float>      Frame from which qp has to be adjusted to achieve final decode buffer emptiness. Default 0\n");<br>
     H0("   --pass                        Multi pass rate control.\n"<br>
        "                                   - 1 : First pass, creates stats file\n"<br>
        "                                   - 2 : Last pass, does not overwrite stats file\n"<br>
<br>______________________________<wbr>_________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/<wbr>listinfo/x265-devel</a><br>
<br></blockquote></div><br></div></div>