Browse Source

Reindent after last commit

Originally committed as revision 21019 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Vitor Sessak 15 years ago
parent
commit
0e426b7a6c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/qcelpdec.c

+ 2
- 2
libavcodec/qcelpdec.c View File

@@ -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;


Loading…
Cancel
Save