mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Make local function interp_pitch in filters.c static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17326 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d4027744b6
commit
d0e32119f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue