Fixed performance improvement.

This commit is contained in:
MelwareDE 2009-03-21 11:18:14 +00:00
parent 9dcf676b0c
commit e14113b5d7
1 changed files with 1 additions and 1 deletions

View File

@ -1273,7 +1273,7 @@ int capi_write_frame(struct capi_pvt *i, struct ast_frame *f)
i->vname, i->NCCI);
}
if (unlikely(!error)) {
if (likely(!error)) {
cc_mutex_lock(&i->lock);
i->B3count++;
i->B3q -= fsmooth->datalen;