FS-11895: [build] fix test build

This commit is contained in:
Andrey Volk 2019-06-29 01:10:29 +04:00
parent d7f3df2445
commit b6b61539a1
1 changed files with 1 additions and 1 deletions

View File

@ -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;