Yes, i check the problem of the filter.<div><br></div><div>And i made a new patch of the filter <span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 12.5px; border-collapse: collapse; color: rgb(80, 0, 80); "><b>karaoke and sweep.</b></span><br>
<br><div class="gmail_quote">2011/4/11 Ilkka Ollakka <span dir="ltr"><<a href="mailto:ileoo@videolan.org">ileoo@videolan.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Sat, Apr 09, 2011 at 08:26:35PM +0800, ¹ùÓîºê wrote:<br>
</div><div class="im">> I'm VideoLan gsoc 2011 student yuhong.<br>
<br>
</div>Hi,<br>
<div class="im"><br>
> This is the filter porting from Mplayer.<br>
<br>
<br>
</div><div class="im">>     /* filter calculation */<br>
>     for( i = 0; i < i_samples; i++) {<br>
>         for( i_chan = 0; i_chan < i_channels; i_chan++ ) {<br>
>            p_in_buf[i] = (p_in_buf[i] - p_in_buf[i+1]) * 0.7;<br>
>            p_in_buf[i+1] = p_in_buf[i];<br>
>         }<br>
>     }<br>
<br>
</div>Why do you loop over i_channels but don't use i_chan for anything<br>
<font color="#888888"><br>
<br>
--<br>
Ilkka Ollakka<br>
Slang is language that takes off its coat, spits on its hands, and goes<br>
to work.<br>
</font><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>