From b839fce160d88ed93846af45fe34f655fe80c682 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 1 May 2016 21:01:27 +0200 Subject: aucodec: split srate into srate and crate (Clock Rate) --- modules/g722/g722.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/g722') 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 -- cgit v1.2.3