Commit 332529ba authored by vitor's avatar vitor

Reindent after last commit


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