Commit 8a5db47a authored by reynaldo's avatar reynaldo

Add missing static qualifier from function declaration. Patch by Kenan

Gillet.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18331 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 84505422
...@@ -586,7 +586,7 @@ static void apply_pitch_filters(QCELPContext *q, float *cdn_vector) ...@@ -586,7 +586,7 @@ static void apply_pitch_filters(QCELPContext *q, float *cdn_vector)
* *
* TIA/EIA/IS-733 2.4.3.3.5 * TIA/EIA/IS-733 2.4.3.3.5
*/ */
void lspf2lpc(const float *lspf, float *lpc) static void lspf2lpc(const float *lspf, float *lpc)
{ {
double lsf[10]; double lsf[10];
double bandwith_expansion_coeff = QCELP_BANDWITH_EXPANSION_COEFF; double bandwith_expansion_coeff = QCELP_BANDWITH_EXPANSION_COEFF;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment