mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-08 05:54:45 +00:00
fix build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14965 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
460f66fb71
commit
e1d7177b4e
@ -215,7 +215,7 @@ TELETONE_API(int) teletone_multi_tone_detect (teletone_multi_tone_t *mt,
|
|||||||
{
|
{
|
||||||
int sample, limit = 0, j, x = 0;
|
int sample, limit = 0, j, x = 0;
|
||||||
float v1, famp;
|
float v1, famp;
|
||||||
float eng_sum = 0, eng_all[TELETONE_MAX_TONES];
|
float eng_sum = 0, eng_all[TELETONE_MAX_TONES] = {0.0};
|
||||||
int gtest = 0, see_hit = 0;
|
int gtest = 0, see_hit = 0;
|
||||||
|
|
||||||
for (sample = 0; sample >= 0 && sample < samples; sample = limit) {
|
for (sample = 0; sample >= 0 && sample < samples; sample = limit) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user