Hello,<br><br><div class="gmail_quote">On Wed, Jul 1, 2009 at 4:56 PM, Mike Kazmier <span dir="ltr">&lt;<a href="mailto:DaKaZ@zenbe.com">DaKaZ@zenbe.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Fri, Jun 5, 2009 at 10:17 PM &quot;Steven Walters&quot; &lt;<a href="mailto:kemuri9@gmail.com">kemuri9@gmail.com</a>&gt; wrote:<br>
&gt;yeah it&#39;s no problem to help out, would like to see the patch get<br>
&gt; finalized and put to use for everyone...<br>
<br>
</div>All - with a big HOORAY to Steven for his effort in fixing the v14 patch for proper functionality - we are proud to submit this patch which has been tested on linux and windows and appears to be functioning properly.  We would love to get this committed.<br>

<br>
Thanks</blockquote><div><br>I had a quick look at it, and these lines hurt my eyes:<br><br><pre>+#ifndef USE_USLEEP<br>+            x264_pthread_cond_wait( &amp;h-&gt;lookahead-&gt;ofbuf.cv_empty, &amp;h-&gt;lookahead-&gt;ofbuf.mutex );<br>
+#else<br>+            x264_pthread_mutex_unlock( &amp;h-&gt;lookahead-&gt;ofbuf.mutex );<br>+            usleep( 100 );<br>+            x264_pthread_mutex_lock( &amp;h-&gt;lookahead-&gt;ofbuf.mutex );<br>+#endif<br></pre>
 </div></div>You shouldn&#39;t duplicate these lines over and over again. You can probably fix that problem by putting these changes directly in x264_pthread_cond_wait (but I&#39;m not certain).<br><br>Guillaume<br>-- <br>
Only a very small fraction of our DNA does anything; the rest is all<br>comments and ifdefs.<br><br><a href="http://www.brainyquote.com/quotes/authors/g/george_burns.html" target="_blank">George Burns</a>  - &quot;I would go out with women my age, but there are no women my age.&quot;