[asterisk-commits] rmudgett: branch 11 r372373 - in /branches/11: ./ main/dsp.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 5 14:43:47 CDT 2012
Author: rmudgett
Date: Wed Sep 5 14:43:45 2012
New Revision: 372373
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=372373
Log:
Fix compile error.
........
Merged revisions 372372 from http://svn.asterisk.org/svn/asterisk/branches/10
Modified:
branches/11/ (props changed)
branches/11/main/dsp.c
Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: branches/11/main/dsp.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/main/dsp.c?view=diff&rev=372373&r1=372372&r2=372373
==============================================================================
--- branches/11/main/dsp.c (original)
+++ branches/11/main/dsp.c Wed Sep 5 14:43:45 2012
@@ -502,7 +502,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