mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add missing "static" qualifier
Originally committed as revision 21018 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7f6a384a4f
commit
846b231643
@ -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];
|
||||||
|
Loading…
Reference in New Issue
Block a user