[FFmpeg-soc] [soc]: r4169 - amr/amrnbfloatdec.c

kmalaussene subversion at mplayerhq.hu
Thu Mar 5 00:00:57 CET 2009


Author: kmalaussene
Date: Thu Mar  5 00:00:57 2009
New Revision: 4169

Log:
Fix broken compilation.

Modified:
   amr/amrnbfloatdec.c

Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c	Wed Mar  4 23:59:24 2009	(r4168)
+++ amr/amrnbfloatdec.c	Thu Mar  5 00:00:57 2009	(r4169)
@@ -694,7 +694,7 @@ static float fixed_gain_prediction(float
  * @return fixed gain smoothed
  */
 
-static float fixed_gain_smooth(AMRContext *p , const float *lsp, const float *lsp_avg
+static float fixed_gain_smooth(AMRContext *p , const float *lsp, const float *lsp_avg,
                                const enum Mode mode) {
     float diff             = 0.0;
     int   i;



More information about the FFmpeg-soc mailing list