<div dir="ltr">Need to bump up X265_BUILD<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 17, 2014 at 8:06 PM,  <span dir="ltr"><<a href="mailto:aarthi@multicorewareinc.com" target="_blank">aarthi@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 Aarthi Thirumalai<<a href="mailto:aarthi@multicorewareinc.com">aarthi@multicorewareinc.com</a>><br>
# Date 1402997162 -19800<br>
#      Tue Jun 17 14:56:02 2014 +0530<br>
# Node ID eb3b6d39b83102dfc7c665e3055c1ffda3322e3e<br>
# Parent  3a19a9fdb103979e65a9daf15c46c0735e8d743e<br>
rc: introduce param variables for 2 pass<br>
<br>
diff -r 3a19a9fdb103 -r eb3b6d39b831 source/x265.h<br>
--- a/source/x265.h     Tue Jun 17 14:07:26 2014 +0530<br>
+++ b/source/x265.h     Tue Jun 17 14:56:02 2014 +0530<br>
@@ -742,11 +742,25 @@<br>
<br>
         /* In CRF mode, maximum CRF as caused by VBV. 0 implies no limit */<br>
         double    rfConstantMax;<br>
-<br>
         /* In CRF mode, minimum CRF as caused by VBV */<br>
         double    rfConstantMin;<br>
+<br>
+        /* 2pass */<br>
+<br>
+        /* Filename of the 2pass output stats file. It's null during the final pass when<br>
+         * stats file isn't written.*/<br>
+        char        *statOutFileName;<br>
+<br>
+        /* Filename of the 2pass input stats file that is used to load the data for subsequent passes.<br>
+         * It's null during the first pass of a multipass encode. */<br>
+        char        *statInFileName;<br>
+<br>
+        /* temporally blur quants */<br>
+        double       qblur;<br>
+<br>
+        /* temporally blur complexity */<br>
+        float        complexityBlur;<br>
     } rc;<br>
-<br>
     /*== Video Usability Information ==*/<br>
     struct<br>
     {<br>
_______________________________________________<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" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
</blockquote></div><br></div>