[FFmpeg-cvslog] r21019 - trunk/libavcodec/qcelpdec.c
vitor
subversion
Mon Jan 4 20:26:08 CET 2010
Author: vitor
Date: Mon Jan 4 20:26:08 2010
New Revision: 21019
Log:
Reindent after last commit
Modified:
trunk/libavcodec/qcelpdec.c
Modified: trunk/libavcodec/qcelpdec.c
==============================================================================
--- trunk/libavcodec/qcelpdec.c Mon Jan 4 20:25:44 2010 (r21018)
+++ trunk/libavcodec/qcelpdec.c Mon Jan 4 20:26:08 2010 (r21019)
@@ -598,8 +598,8 @@ static void lspf2lpc(const float *lspf,
* @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;
More information about the ffmpeg-cvslog
mailing list