From: Andrey Volk Date: Fri, 28 Jun 2019 21:02:36 +0000 (+0400) Subject: FS-11895: [build] fix test build X-Git-Tag: v1.8.7~1^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4306efffbe4dd3910b04ce90a00fcc4234a016ba;p=thirdparty%2Ffreeswitch.git FS-11895: [build] fix test build --- diff --git a/src/mod/applications/mod_av/test/test_mod_av.c b/src/mod/applications/mod_av/test/test_mod_av.c index 14ee022dab..18d3dfa225 100644 --- a/src/mod/applications/mod_av/test/test_mod_av.c +++ b/src/mod/applications/mod_av/test/test_mod_av.c @@ -68,7 +68,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_image_t *img; uint8_t buf[SWITCH_DEFAULT_VIDEO_SIZE + 12]; switch_frame_t frame = { 0 };