Commit 77125287 authored by vitor's avatar vitor

Add missing "static" qualifier


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21018 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d30274d4
...@@ -598,7 +598,7 @@ static void lspf2lpc(const float *lspf, float *lpc) ...@@ -598,7 +598,7 @@ static void lspf2lpc(const float *lspf, float *lpc)
* @param lpc float vector for the resulting LPC * @param lpc float vector for the resulting LPC
* @param subframe_num frame number in decoded stream * @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) const int subframe_num)
{ {
float interpolated_lspf[10]; float interpolated_lspf[10];
......
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