Hi<br><br><div><span class="gmail_quote">On 7/17/07, <b class="gmail_sendername">Michael Niedermayer</b> &lt;<a href="mailto:michaelni@gmx.at">michaelni@gmx.at</a>&gt; wrote:</span> <br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;&nbsp;&nbsp;#define FXQ(v)&nbsp;&nbsp;(roundf(16384.0*v)/16384.0)<br>&gt; +#ifndef PI<br>&gt; +#define PI 3.141592653<br>&gt; +#endif<br><br>common.h gurantees existence of a M_PI</blockquote><div><br>Fixed already, thanks. <br></div><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>&gt; +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;av_log(NULL, AV_LOG_ERROR, &quot;Error can&#39;t pitch cdn_vector[%d]\n&quot;,
<br>&gt; +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;is_ifq);<br><br>please provide av_log() with a non null context</blockquote><div><br><br>Sure,&nbsp; consider those msgs just placeholders by now, I&#39;m going to rework and<br>fix most of them while working on the decoder glue-code, I&#39;ll keep this in mind.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">also<br><br>av_log(NULL, AV_LOG_ERROR, &quot;Error can&#39;t pitch cdn_vector[%d]\n&quot;,
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is_ifq);<br><br>or<br><br>av_log(NULL,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AV_LOG_ERROR,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Error can&#39;t pitch cdn_vector[%d]\n&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is_ifq);<br><br>is more readable if you cant put it all on one line</blockquote>
<div><br>Ok, will fix. Sometimes I go too far with my wrapalergy :) <br><br>Thanks for your comments.<br>&nbsp;<br>Reynaldo<br></div></div><br>