[xiph-commits] r12975 - trunk/speex/libspeex
    jm at svn.xiph.org 
    jm at svn.xiph.org
       
    Tue May 22 17:20:11 PDT 2007
    
    
  
Author: jm
Date: 2007-05-22 17:20:09 -0700 (Tue, 22 May 2007)
New Revision: 12975
Modified:
   trunk/speex/libspeex/filters_arm4.h
Log:
minor tweak to prototype and removed unused variable
Modified: trunk/speex/libspeex/filters_arm4.h
===================================================================
--- trunk/speex/libspeex/filters_arm4.h	2007-05-22 15:24:44 UTC (rev 12974)
+++ trunk/speex/libspeex/filters_arm4.h	2007-05-23 00:20:09 UTC (rev 12975)
@@ -33,9 +33,8 @@
 */
 
 #define OVERRIDE_NORMALIZE16
-int normalize16(const spx_sig_t *x, spx_word16_t *y, int max_scale, int len)
+int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len)
 {
-   int i;
    spx_sig_t max_val=1;
    int sig_shift;
    int dead1, dead2, dead3, dead4, dead5, dead6;
    
    
More information about the commits
mailing list