[vlc-devel] audio_filter patch

Kaarlo Räihä kaarlo.raiha at gmail.com
Fri Dec 17 15:33:57 CET 2010


2010/12/17 wangxiang <wangxiang68 at gmail.com>

> highpass audio-filter, hope to be useful


Some remarks:

+#define PI 3.1415926
you really need this own definition for PI? (instead using some existing
one)

+    p_sys->b0 = (1-p_sys->cosw0)/2;
+    p_sys->b1 = 1-p_sys->cosw0;
+    p_sys->b2 = (1-p_sys->cosw0)/2;
init of b0 and b2 seem to be same, should they be initialized on same line?


>
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20101217/4521be8c/attachment.html>


More information about the vlc-devel mailing list