mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
minor formatting change ... testing mantis/svn
(issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67803 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1350,7 +1350,7 @@ int ast_dsp_busydetect(struct ast_dsp *dsp)
|
|||||||
dsp->busymaybe = 0;
|
dsp->busymaybe = 0;
|
||||||
min = 9999;
|
min = 9999;
|
||||||
max = 0;
|
max = 0;
|
||||||
for (x=DSP_HISTORY - dsp->busycount;x<DSP_HISTORY;x++) {
|
for (x = DSP_HISTORY - dsp->busycount; x < DSP_HISTORY; x++) {
|
||||||
#if 0
|
#if 0
|
||||||
printf("Silence: %d, Noise: %d\n", dsp->historicsilence[x], dsp->historicnoise[x]);
|
printf("Silence: %d, Noise: %d\n", dsp->historicsilence[x], dsp->historicnoise[x]);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user