Reindent after last commit
authorVitor Sessak <vitor1001@gmail.com>
Mon, 4 Jan 2010 19:26:08 +0000 (19:26 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Mon, 4 Jan 2010 19:26:08 +0000 (19:26 +0000)
Originally committed as revision 21019 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/qcelpdec.c

index 745d969..285de1b 100644 (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;