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

kmalaussene subversion at mplayerhq.hu
Thu Feb 19 21:39:00 CET 2009


Author: kmalaussene
Date: Thu Feb 19 21:39:00 2009
New Revision: 4098

Log:
Fix type for ir_filter.

Modified:
   amr/amrnbfloatdec.c

Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c	Thu Feb 19 21:21:01 2009	(r4097)
+++ amr/amrnbfloatdec.c	Thu Feb 19 21:39:00 2009	(r4098)
@@ -737,7 +737,7 @@ static void convolve_circ(float *fixed_v
  */
 void do_phase_dispersion(AMRContext *p)
 {
-    float ir_filter_strength;
+    int ir_filter_strength;
 
     // anti-sparseness processing
     if(p->pitch_gain[4] < 0.6) {



More information about the FFmpeg-soc mailing list