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 _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
