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

Diego Biurrun diego
Sun May 11 04:57:26 CEST 2008


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? :)

Diego




More information about the ffmpeg-devel mailing list