]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11895: [build] fix test build
authorAndrey Volk <andywolk@gmail.com>
Fri, 28 Jun 2019 21:10:29 +0000 (01:10 +0400)
committerAndrey Volk <andywolk@gmail.com>
Thu, 25 Jul 2019 20:49:14 +0000 (00:49 +0400)
tests/unit/switch_vpx.c

index e62a0846510ac45dfc8e58f933c0d430d5bafb88..505b27f09a52964613dbb741fbe9f8c70cd2d01a 100644 (file)
@@ -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;