[zaptel-commits] kpfleming: branch mogorman/zaptel-1.2-transcoder
r2011 - /team/mogorman/zapte...
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Mon Jan 29 15:22:05 MST 2007
Author: kpfleming
Date: Mon Jan 29 16:22:04 2007
New Revision: 2011
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2011
Log:
make the same change on the read side
Modified:
team/mogorman/zaptel-1.2-transcoder/wctc4xxp/base.c
Modified: team/mogorman/zaptel-1.2-transcoder/wctc4xxp/base.c
URL: http://svn.digium.com/view/zaptel/team/mogorman/zaptel-1.2-transcoder/wctc4xxp/base.c?view=diff&rev=2011&r1=2010&r2=2011
==============================================================================
--- team/mogorman/zaptel-1.2-transcoder/wctc4xxp/base.c (original)
+++ team/mogorman/zaptel-1.2-transcoder/wctc4xxp/base.c Mon Jan 29 16:22:04 2007
@@ -713,7 +713,7 @@
static inline void receiveprep(struct wcdte *wc, int dbl)
{
- volatile u8 *readchunk = wc->readchunk + (dbl * SFRAME_SIZE * 4);
+ volatile u8 *readchunk = wc->readchunk + (dbl * SFRAME_SIZE);
struct zt_transcoder_channel *ztc = NULL;
struct zt_transcode_header *zth = NULL;
struct dte_state *st = NULL;
More information about the zaptel-commits
mailing list