[soc]: r4098 - amr/amrnbfloatdec.c
19 Feb
2009
19 Feb
'09
8:39 p.m.
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) {
6408
Age (days ago)
6408
Last active (days ago)
0 comments
1 participants
participants (1)
-
kmalaussene