diff Plugins/Input/aac/libfaad2/pulse.c @ 1010:29feaace84d0 trunk

[svn] - synchronize audacious-faad with FAAD2 CVS.
author nenolod
date Mon, 08 May 2006 06:56:47 -0700
parents 0a2ad94e8607
children 1e6c0a3f2d15
line wrap: on
line diff
--- a/Plugins/Input/aac/libfaad2/pulse.c	Mon May 08 06:00:19 2006 -0700
+++ b/Plugins/Input/aac/libfaad2/pulse.c	Mon May 08 06:56:47 2006 -0700
@@ -22,7 +22,7 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: pulse.c,v 1.17 2004/09/04 14:56:28 menno Exp $
+** $Id: pulse.c,v 1.14 2004/01/05 14:05:12 menno Exp $
 **/
 
 #include "common.h"
@@ -39,8 +39,7 @@
 
     k = ics->swb_offset[pul->pulse_start_sfb];
 
-    for (i = 0; i <= pul->number_pulse; i++)
-    {
+    for(i = 0; i <= pul->number_pulse; i++) {
         k += pul->pulse_offset[i];
 
         if (k >= framelen)