]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11895: [build] fix test build
authorAndrey Volk <andywolk@gmail.com>
Fri, 28 Jun 2019 21:02:36 +0000 (01:02 +0400)
committerAndrey Volk <andywolk@gmail.com>
Fri, 28 Jun 2019 21:02:36 +0000 (01:02 +0400)
src/mod/applications/mod_av/test/test_mod_av.c

index 14ee022daba0d9a9acc8232117a0df46403e070a..18d3dfa225ca4e0de5aeb06be59fea0dfb02b0d8 100644 (file)
@@ -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 };