mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
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_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");
|
||||
codec_settings.video.width = 1280;
|
||||
|
Loading…
x
Reference in New Issue
Block a user