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

Diego Biurrun diego at biurrun.de
Tue Aug 4 00:59:06 CEST 2009


On Mon, Aug 03, 2009 at 09:04:09PM +0200, cmcq wrote:
> 
> Log:
> Brackets around #defines

Hmmmm...

> --- amr/amrnbdec.c	Mon Aug  3 20:50:47 2009	(r4920)
> +++ amr/amrnbdec.c	Mon Aug  3 21:04:09 2009	(r4921)
> @@ -202,7 +202,7 @@ static void interpolate_lsf(float lsf_q[
>  
> -                                0.25 * (3 - i), 0.25 * (i + 1) / FREQ_LSF,
> +                                0.25 * (3 - i), 0.25 * (i + 1) * FREQ_LSF,

This is something else entirely.

You *must* check your own commits by looking at the output of 'svn diff'
before doing 'svn commit'.  It has saved me from embarassment countless
times.  Everybody around here does it.

Diego


More information about the FFmpeg-soc mailing list