From 7db06fe42f40366c29ab328173ec6c2bffd9ba40 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 20 May 2017 20:19:50 +0200 Subject: vidcodec: make the API re-entrant --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf.c') diff --git a/src/conf.c b/src/conf.c index 9a85c5d..7f7441b 100644 --- a/src/conf.c +++ b/src/conf.c @@ -355,7 +355,7 @@ int conf_modules(void) print_populated("audio codec", list_count(baresip_aucodecl())); print_populated("audio filter", list_count(baresip_aufiltl())); #ifdef USE_VIDEO - print_populated("video codec", list_count(vidcodec_list())); + print_populated("video codec", list_count(baresip_vidcodecl())); print_populated("video filter", list_count(vidfilt_list())); #endif -- cgit v1.2.3