From 52b2cf48999184a855ae6f55faca0735dff59179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Thu, 16 Feb 2017 12:20:04 +0100 Subject: [PATCH] Switch default video definition to "VGA" --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 18b93f047..209bd1c9f 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -1544,7 +1544,7 @@ static void video_config_read(LinphoneCore *lc){ linphone_core_set_video_device(lc,str); linphone_core_set_preferred_video_size_by_name(lc, - lp_config_get_string(lc->config,"video","size","cif")); + lp_config_get_string(lc->config,"video","size","vga")); linphone_core_set_preview_video_size_by_name(lc, lp_config_get_string(lc->config,"video","preview_size",NULL));