Skip to content

Commit

Permalink
minor tweak to prototype and removed unused variable
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.xiph.org/trunk/speex@12975 0101bb08-14d6-0310-b084-bc0e0c8e3800
  • Loading branch information
jmvalin committed May 23, 2007
1 parent e9c20dd commit a451afb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libspeex/filters_arm4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a451afb

Please sign in to comment.