mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Whitespace.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@234932 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1370,7 +1370,7 @@ struct ast_frame *ast_dsp_process(struct ast_channel *chan, struct ast_dsp *dsp,
|
||||
|
||||
if (dsp->features & DSP_FEATURE_BUSY_DETECT) {
|
||||
/* Reset Busy Detector as we have some confirmed activity */
|
||||
memset(dsp->historicsilence, 0, sizeof(dsp->historicsilence));
|
||||
memset(dsp->historicsilence, 0, sizeof(dsp->historicsilence));
|
||||
memset(dsp->historicnoise, 0, sizeof(dsp->historicnoise));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user