summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
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 7f7441b..e2e89f4 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -356,7 +356,7 @@ int conf_modules(void)
print_populated("audio filter", list_count(baresip_aufiltl()));
#ifdef USE_VIDEO
print_populated("video codec", list_count(baresip_vidcodecl()));
- print_populated("video filter", list_count(vidfilt_list()));
+ print_populated("video filter", list_count(baresip_vidfiltl()));
#endif
out: