<div><div class="gmail_quote">2010/12/17 wangxiang <span dir="ltr"><<a href="mailto:wangxiang68@gmail.com">wangxiang68@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
highpass audio-filter, hope to be useful</blockquote><div><br></div><div>Some remarks:<div><br></div><div>+#define PI 3.1415926</div><div>you really need this own definition for PI? (instead using some existing one)</div>
<div><br></div><div>+    p_sys->b0 = (1-p_sys->cosw0)/2;</div><div><div>+    p_sys->b1 = 1-p_sys->cosw0;</div><div>+    p_sys->b2 = (1-p_sys->cosw0)/2;</div><div>init of b0 and b2 seem to be same, should they be initialized on same line?</div>
</div></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><br></div><div><br></div>
<br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br></div>