summaryrefslogtreecommitdiff
path: root/wctc4xxp
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-07 22:13:20 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-07 22:13:20 +0000
commitc5b86f96afcbba019455bd69cdf5a51ce4dd8de6 (patch)
tree8c28ee78d1b008fd8625655cc956a93d012785f4 /wctc4xxp
parent859ac8f1259c493d2e935c4dcdaf2b62bba7e6bc (diff)
Merged revisions 3346 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3346 | kpfleming | 2007-12-07 16:12:46 -0600 (Fri, 07 Dec 2007) | 2 lines revert a change that caused some problems and wasn't necessary ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3347 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctc4xxp')
-rw-r--r--wctc4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctc4xxp/base.c b/wctc4xxp/base.c
index c713ea3..27aeb36 100644
--- a/wctc4xxp/base.c
+++ b/wctc4xxp/base.c
@@ -1100,7 +1100,7 @@ static inline void wcdte_receiveprep(struct wcdte *wc, int dbl)
chars[i] = readchunk[i+54];
zth->dstlen += rlen;
- zth->dstsamples += G729_SAMPLES;
+ zth->dstsamples = zth->dstlen * 8;
} else {
ztc->errorstatus = -EOVERFLOW;