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;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to