summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libspeex
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-05-03 15:14:04 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-05-03 15:14:04 +0000
commitd0e32119f1a639ab372258e4e3dbb5349bb086ec (patch)
tree06e9392f35178f4a59930ea3b620c0eb4c8cbc18 /apps/codecs/libspeex
parentd4027744b6d06919bcc33ba540c7d0e3fb9014b0 (diff)
downloadrockbox-d0e32119f1a639ab372258e4e3dbb5349bb086ec.tar.gz
rockbox-d0e32119f1a639ab372258e4e3dbb5349bb086ec.zip
Make local function interp_pitch in filters.c static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17326 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libspeex')
-rw-r--r--apps/codecs/libspeex/filters.c2
1 files changed, 1 insertions, 1 deletions
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*/