forked from Mirrors/freeswitch
FS-11895: [build] fix test build
This commit is contained in:
parent
d7f3df2445
commit
b6b61539a1
|
@ -23,7 +23,7 @@ FST_CORE_BEGIN("./conf")
|
||||||
{
|
{
|
||||||
switch_status_t status;
|
switch_status_t status;
|
||||||
switch_codec_t codec = { 0 };
|
switch_codec_t codec = { 0 };
|
||||||
switch_codec_settings_t codec_settings = { 0 };
|
switch_codec_settings_t codec_settings = {{ 0 }};
|
||||||
|
|
||||||
// switch_set_string(codec_settings.video.config_profile_name, "conference");
|
// switch_set_string(codec_settings.video.config_profile_name, "conference");
|
||||||
codec_settings.video.width = 1280;
|
codec_settings.video.width = 1280;
|
||||||
|
|
Loading…
Reference in New Issue