mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 21:44:51 +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_status_t status;
|
||||||
switch_codec_t codec = { 0 };
|
switch_codec_t codec = { 0 };
|
||||||
switch_codec_settings_t codec_settings = { 0 };
|
switch_codec_settings_t codec_settings = {{ 0 }};
|
||||||
switch_image_t *img;
|
switch_image_t *img;
|
||||||
uint8_t buf[SWITCH_DEFAULT_VIDEO_SIZE + 12];
|
uint8_t buf[SWITCH_DEFAULT_VIDEO_SIZE + 12];
|
||||||
switch_frame_t frame = { 0 };
|
switch_frame_t frame = { 0 };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user