diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2008-05-03 15:14:04 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2008-05-03 15:14:04 +0000 |
| commit | d0e32119f1a639ab372258e4e3dbb5349bb086ec (patch) | |
| tree | 06e9392f35178f4a59930ea3b620c0eb4c8cbc18 /apps/codecs | |
| parent | d4027744b6d06919bcc33ba540c7d0e3fb9014b0 (diff) | |
| download | rockbox-d0e32119f1a639ab372258e4e3dbb5349bb086ec.zip rockbox-d0e32119f1a639ab372258e4e3dbb5349bb086ec.tar.gz rockbox-d0e32119f1a639ab372258e4e3dbb5349bb086ec.tar.bz2 rockbox-d0e32119f1a639ab372258e4e3dbb5349bb086ec.tar.xz | |
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')
| -rw-r--r-- | apps/codecs/libspeex/filters.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/filters.c b/apps/codecs/libspeex/filters.c index aaffa94..44addc2 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*/ |