projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f6a384
)
Add missing "static" qualifier
author
Vitor Sessak
<vitor1001@gmail.com>
Mon, 4 Jan 2010 19:25:44 +0000
(19:25 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Mon, 4 Jan 2010 19:25:44 +0000
(19:25 +0000)
Originally committed as revision 21018 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/qcelpdec.c
patch
|
blob
|
history
diff --git
a/libavcodec/qcelpdec.c
b/libavcodec/qcelpdec.c
index
16f9ae0
..
745d969
100644
(file)
--- a/
libavcodec/qcelpdec.c
+++ b/
libavcodec/qcelpdec.c
@@
-598,7
+598,7
@@
static void lspf2lpc(const float *lspf, float *lpc)
* @param lpc float vector for the resulting LPC
* @param subframe_num frame number in decoded stream
*/
-void interpolate_lpc(QCELPContext *q, const float *curr_lspf, float *lpc,
+
static
void interpolate_lpc(QCELPContext *q, const float *curr_lspf, float *lpc,
const int subframe_num)
{
float interpolated_lspf[10];