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

Colin McQuillan m.niloc at googlemail.com
Tue Aug 4 01:13:39 CEST 2009


2009/8/3 Diego Biurrun <diego at biurrun.de>:
> 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.

It was intentional. I'll try to explain better in the commit message.


More information about the FFmpeg-soc mailing list