[unit-tests] [mod_sndfile] fix build for Debian Jessie

This commit is contained in:
Dragos Oancea 2020-05-19 11:24:43 +00:00 committed by Andrey Volk
parent 15e8a09c90
commit cbcf6f2e2d
1 changed files with 4 additions and 4 deletions

View File

@ -422,7 +422,7 @@ FST_CORE_BEGIN("test_formats_and_muxing")
{ {
int i, exlen; int i, exlen;
switch_stream_handle_t stream = { 0 }; switch_stream_handle_t stream = { 0 };
test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = { 0 }; test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = {{ 0 }};
SWITCH_STANDARD_STREAM(stream); SWITCH_STANDARD_STREAM(stream);
@ -465,7 +465,7 @@ FST_CORE_BEGIN("test_formats_and_muxing")
{ {
int i, exlen; int i, exlen;
switch_stream_handle_t stream = { 0 }; switch_stream_handle_t stream = { 0 };
test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = { 0 }; test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = {{ 0 }};
SWITCH_STANDARD_STREAM(stream); SWITCH_STANDARD_STREAM(stream);
@ -506,7 +506,7 @@ FST_CORE_BEGIN("test_formats_and_muxing")
{ {
int i, exlen; int i, exlen;
switch_stream_handle_t stream = { 0 }; switch_stream_handle_t stream = { 0 };
test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = { 0 }; test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = {{ 0 }};
SWITCH_STANDARD_STREAM(stream); SWITCH_STANDARD_STREAM(stream);
@ -549,7 +549,7 @@ FST_CORE_BEGIN("test_formats_and_muxing")
{ {
int i, exlen; int i, exlen;
switch_stream_handle_t stream = { 0 }; switch_stream_handle_t stream = { 0 };
test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = { 0 }; test_params_t params[(sizeof(extensions) / sizeof(extensions[0]))] = {{ 0 }};
SWITCH_STANDARD_STREAM(stream); SWITCH_STANDARD_STREAM(stream);