FS-11895: [build] fix test build

This commit is contained in:
Andrey Volk 2019-06-29 01:02:36 +04:00
parent 4816af2f56
commit 4306efffbe

View 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 };