[asterisk-commits] rmudgett: branch 10 r372372 - /branches/10/main/dsp.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 5 14:42:20 CDT 2012
Author: rmudgett
Date: Wed Sep 5 14:42:17 2012
New Revision: 372372
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=372372
Log:
Fix compile error.
Modified:
branches/10/main/dsp.c
Modified: branches/10/main/dsp.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/main/dsp.c?view=diff&rev=372372&r1=372371&r2=372372
==============================================================================
--- branches/10/main/dsp.c (original)
+++ branches/10/main/dsp.c Wed Sep 5 14:42:17 2012
@@ -501,7 +501,7 @@
int i;
s->hits[0] = s->hits[1] = s->hits[2] = s->hits[3] = s->hits[4] = 0;
for (i = 0; i < 6; i++) {
- goertzel_init (&s->tone_out[i], mf_tones[i], MF_SIZE, sample_rate);
+ goertzel_init (&s->tone_out[i], mf_tones[i], MF_GSIZE, sample_rate);
}
s->current_sample = 0;
s->current_hit = 0;
More information about the asterisk-commits
mailing list