[FFmpeg-devel] [PATCH] Replace hardcoded LP filter order with parameter in lsp.c

Vladimir Voroshilov voroshil
Sun May 11 05:03:13 CEST 2008


2008/5/11 Diego Biurrun <diego at biurrun.de>:
> On Sun, May 11, 2008 at 09:28:25AM +0700, Vladimir Voroshilov wrote:
>>
>> This should be better.
>>
>> --- a/libavcodec/lsp.c
>> +++ b/libavcodec/lsp.c
>> @@ -28,30 +28,30 @@
>>
>> -    for(i=0; i<9; i++)
>> +    for(i=0; i<lp_order-1; i++)
>
> Nit: Can we maybe get an extra space after the ';' there? :)

Sure. Fixed.

-- 
Regards,
Vladimir Voroshilov     mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 09_lsp_48.diff
Type: text/x-diff
Size: 5999 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080511/e553f4d5/attachment.diff>



More information about the ffmpeg-devel mailing list