mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
FS-11895: [build] fix test build
This commit is contained in:
parent
4816af2f56
commit
4306efffbe
@ -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 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user