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

michael subversion
Wed Apr 16 17:33:09 CEST 2008


Author: michael
Date: Wed Apr 16 17:33:09 2008
New Revision: 12858

Log:
cosmetic


Modified:
   trunk/libavcodec/nellymoserdec.c

Modified: trunk/libavcodec/nellymoserdec.c
==============================================================================
--- 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
     top = NELLY_BUF_LEN-1;
 
     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;
 
         bot++;
         top--;




More information about the ffmpeg-cvslog mailing list