summaryrefslogtreecommitdiff
path: root/modules/speex_pp
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-03-22 15:56:48 +0100
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-03-22 15:56:48 +0100
commitfa3208e3a1e09131885ba42cef537f1e4a17bbaa (patch)
treeab2131422fdd229b5ea3b34da22bba0a3eb8fef0 /modules/speex_pp
parent4afc7980a64dcd4abd1bb79d048f7ea363e99cd1 (diff)
aufilt: make the API re-entrant
Diffstat (limited to 'modules/speex_pp')
-rw-r--r--modules/speex_pp/speex_pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/speex_pp/speex_pp.c b/modules/speex_pp/speex_pp.c
index f364d9d..d82e575 100644
--- a/modules/speex_pp/speex_pp.c
+++ b/modules/speex_pp/speex_pp.c
@@ -141,7 +141,7 @@ static struct aufilt preproc = {
static int module_init(void)
{
config_parse(conf_cur());
- aufilt_register(&preproc);
+ aufilt_register(baresip_aufiltl(), &preproc);
return 0;
}