[FFmpeg-cvslog] r12858 - trunk/libavcodec/nellymoserdec.c

Måns Rullgård mans
Thu Apr 17 00:55:56 CEST 2008


Michael Niedermayer <michaelni at gmx.at> writes:

> On Wed, Apr 16, 2008 at 10:44:02PM +0200, Diego Biurrun wrote:
>> On Wed, Apr 16, 2008 at 05:33:09PM +0200, michael wrote:
>> > 
>> > Log:
>> > cosmetic
>> > 
>> > --- trunk/libavcodec/nellymoserdec.c	(original)
>> > +++ trunk/libavcodec/nellymoserdec.c	Wed Apr 16 17:33:09 2008
>> > @@ -120,7 +120,8 @@ static void overlap_and_window(NellyMose
>> >  
>> >      while (bot < NELLY_BUF_LEN) {
>> > -        audio[bot] = a_in[bot]*sine_window[bot]+state[bot]*sine_window[top] + s->add_bias;
>> > +        audio[bot] = a_in [bot]*sine_window[bot]
>> > +                    +state[bot]*sine_window[top] + s->add_bias;
>> 
>> Is it just me or could this code use some spacing around operators?
>
> Must be just you, it looks fine to me.

I'm with Diego on this one.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list