mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Make sure s is initialized, make FAX_DETECT + OLD_DSP_ROUTINES build
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
dsp.c
2
dsp.c
@@ -132,9 +132,7 @@ static struct progress {
|
||||
#define DTMF_RELATIVE_PEAK_COL 6.3 /* 8dB */
|
||||
#define DTMF_2ND_HARMONIC_ROW ((digitmode & DSP_DIGITMODE_RELAXDTMF) ? 1.7 : 2.5) /* 4dB normal */
|
||||
#define DTMF_2ND_HARMONIC_COL 63.1 /* 18dB */
|
||||
#ifndef OLD_DSP_ROUTINES
|
||||
#define DTMF_TO_TOTAL_ENERGY 42.0
|
||||
#endif
|
||||
|
||||
#ifdef OLD_DSP_ROUTINES
|
||||
#define MF_THRESHOLD 8.0e7
|
||||
|
Reference in New Issue
Block a user