summaryrefslogtreecommitdiff
path: root/src/conf.c
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 /src/conf.c
parent4afc7980a64dcd4abd1bb79d048f7ea363e99cd1 (diff)
aufilt: make the API re-entrant
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 27d4be3..9a85c5d 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -353,7 +353,7 @@ int conf_modules(void)
}
print_populated("audio codec", list_count(baresip_aucodecl()));
- print_populated("audio filter", list_count(aufilt_list()));
+ print_populated("audio filter", list_count(baresip_aufiltl()));
#ifdef USE_VIDEO
print_populated("video codec", list_count(vidcodec_list()));
print_populated("video filter", list_count(vidfilt_list()));