summaryrefslogtreecommitdiff
path: root/modules/silk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/silk')
-rw-r--r--modules/silk/silk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/silk/silk.c b/modules/silk/silk.c
index 8232188..73432d2 100644
--- a/modules/silk/silk.c
+++ b/modules/silk/silk.c
@@ -226,7 +226,7 @@ static int plc(struct audec_state *st, int16_t *sampv, size_t *sampc)
static struct aucodec silk[] = {
{
- LE_INIT, 0, "SILK", 24000, 1, NULL,
+ LE_INIT, 0, "SILK", 24000, 24000, 1, NULL,
encode_update, encode, decode_update, decode, plc, 0, 0
},