[FFmpeg-soc] [soc]: r4852 - in amr: amrnbdata.h amrnbdec.c

Diego Biurrun diego at biurrun.de
Fri Jul 31 10:37:59 CEST 2009


On Fri, Jul 31, 2009 at 03:47:28AM +0200, cmcq wrote:
> 
> --- amr/amrnbdec.c	Fri Jul 31 03:45:05 2009	(r4851)
> +++ amr/amrnbdec.c	Fri Jul 31 03:47:27 2009	(r4852)
> @@ -203,6 +203,20 @@ static void interpolate_lsf(float lsf_q[
>  
> +void adjust_lsfs(float *m) {

Use K&R style please.

This function should be static if it is not used outside amrnbdec.c.

Diego


More information about the FFmpeg-soc mailing list