mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 23:28:09 +00:00
Switch default video definition to "VGA"
This commit is contained in:
parent
fd9fbedb40
commit
52b2cf4899
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue