Remove more needlock stuff

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2662 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-04-08 19:19:24 +00:00
parent 0f2bcccaba
commit 1b2dc7ef75
4 changed files with 5 additions and 5 deletions

View File

@@ -1334,7 +1334,7 @@ static int rtpready(struct ast_rtp *rtp, struct ast_frame *f, void *data)
ast_set_write_format(p->owner, p->owner->writeformat);
}
if (p->dtmfinband) {
f = ast_dsp_process(p->owner,p->dsp,f,0);
f = ast_dsp_process(p->owner,p->dsp,f);
}
}
ast_queue_frame(p->owner, f);