aboutsummaryrefslogtreecommitdiffstats
path: root/frame.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-12 22:20:16 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-12 22:20:16 +0000
commit20933df5384da8f82a38bd52502452220f3834d2 (patch)
tree8fef81a6d9059e7e1a1c9c7dfc503c799c0fe389 /frame.c
parent4e3e4a83f21eddbe588133ad826012923a84b90e (diff)
support DTX and CNG in speex (bug #4608)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6113 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'frame.c')
-rwxr-xr-xframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frame.c b/frame.c
index 9a32c2966..362890725 100755
--- a/frame.c
+++ b/frame.c
@@ -1117,7 +1117,7 @@ static int speex_get_wb_sz_at(unsigned char *data, int len, int bit)
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 };