提交 4306efff authored 作者: Andrey Volk's avatar Andrey Volk

FS-11895: [build] fix test build

上级 4816af2f
...@@ -68,7 +68,7 @@ FST_CORE_BEGIN("conf") ...@@ -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 };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论