diff --git a/tests/unit/switch_vpx.c b/tests/unit/switch_vpx.c index e62a084651..505b27f09a 100644 --- a/tests/unit/switch_vpx.c +++ b/tests/unit/switch_vpx.c @@ -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;