summaryrefslogtreecommitdiff
path: root/modules/speex/speex.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/speex/speex.c')
-rw-r--r--modules/speex/speex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/speex/speex.c b/modules/speex/speex.c
index 13c6e79..aa26902 100644
--- a/modules/speex/speex.c
+++ b/modules/speex/speex.c
@@ -494,7 +494,7 @@ static int speex_init(void)
sconf.vad ? "vad" : (sconf.vbr ? "on" : "off"));
for (i=0; i<ARRAY_SIZE(speexv); i++)
- aucodec_register(&speexv[i]);
+ aucodec_register(baresip_aucodecl(), &speexv[i]);
return 0;
}