From d0e32119f1a639ab372258e4e3dbb5349bb086ec Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 3 May 2008 15:14:04 +0000 Subject: [PATCH] Make local function interp_pitch in filters.c static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17326 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libspeex/filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/codecs/libspeex/filters.c b/apps/codecs/libspeex/filters.c index aaffa9441f..44addc2406 100644 --- a/apps/codecs/libspeex/filters.c +++ b/apps/codecs/libspeex/filters.c @@ -606,7 +606,7 @@ const float shift_filt[3][7] = {{-0.011915f, 0.046995f, -0.152373f, 0.614108f, 0 #endif #endif -int interp_pitch( +static int interp_pitch( spx_word16_t *exc, /*decoded excitation*/ spx_word16_t *interp, /*decoded excitation*/ int pitch, /*pitch period*/