[FFmpeg-cvslog] r12858 - trunk/libavcodec/nellymoserdec.c
Diego Biurrun
diego
Wed Apr 16 22:44:02 CEST 2008
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?
Diego
More information about the ffmpeg-cvslog
mailing list