[Asterisk-cvs] asterisk frame.c,1.59,1.60
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Tue Jul 12 18:12:08 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv20209
Modified Files:
frame.c
Log Message:
support DTX and CNG in speex (bug #4608)
Index: frame.c
===================================================================
RCS file: /usr/cvsroot/asterisk/frame.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- frame.c 10 Jul 2005 22:56:21 -0000 1.59
+++ frame.c 12 Jul 2005 22:20:16 -0000 1.60
@@ -1117,7 +1117,7 @@
static int speex_samples(unsigned char *data, int len)
{
static int SpeexSubModeSz[] = {
- 0, 43, 119, 160,
+ 5, 43, 119, 160,
220, 300, 364, 492,
79, 0, 0, 0,
0, 0, 0, 0 };
More information about the svn-commits
mailing list