summaryrefslogtreecommitdiff
path: root/modules/g726
diff options
context:
space:
mode:
Diffstat (limited to 'modules/g726')
-rw-r--r--modules/g726/g726.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/g726/g726.c b/modules/g726/g726.c
index 3553f47..a23a985 100644
--- a/modules/g726/g726.c
+++ b/modules/g726/g726.c
@@ -149,28 +149,28 @@ static int decode(struct audec_state *st, int16_t *sampv,
static struct g726_aucodec g726[4] = {
{
{
- LE_INIT, 0, "G726-40", 8000, 1, NULL,
+ LE_INIT, 0, "G726-40", 8000, 8000, 1, NULL,
encode_update, encode, decode_update, decode, 0, 0, 0
},
40000
},
{
{
- LE_INIT, 0, "G726-32", 8000, 1, NULL,
+ LE_INIT, 0, "G726-32", 8000, 8000, 1, NULL,
encode_update, encode, decode_update, decode, 0, 0, 0
},
32000
},
{
{
- LE_INIT, 0, "G726-24", 8000, 1, NULL,
+ LE_INIT, 0, "G726-24", 8000, 8000, 1, NULL,
encode_update, encode, decode_update, decode, 0, 0, 0
},
24000
},
{
{
- LE_INIT, 0, "G726-16", 8000, 1, NULL,
+ LE_INIT, 0, "G726-16", 8000, 8000, 1, NULL,
encode_update, encode, decode_update, decode, 0, 0, 0
},
16000