summaryrefslogtreecommitdiff
path: root/modules/g722/g722.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/g722/g722.c')
-rw-r--r--modules/g722/g722.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g722/g722.c b/modules/g722/g722.c
index bc0fda0..2b5a7a4 100644
--- a/modules/g722/g722.c
+++ b/modules/g722/g722.c
@@ -162,7 +162,7 @@ static int decode(struct audec_state *st, int16_t *sampv, size_t *sampc,
static struct aucodec g722 = {
- LE_INIT, "9", "G722", 8000, 1, NULL,
+ LE_INIT, "9", "G722", 16000, 8000, 1, NULL,
encode_update, encode,
decode_update, decode, NULL,
NULL, NULL