Commit 79416067 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix argument type in function IVAS_ENC_ConfigureForAmbisonics

parent 7bc05edd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -494,7 +494,7 @@ ivas_error IVAS_ENC_ConfigureForAmbisonics(
#endif
#ifdef AMBISONICS_CONVENTIONS
    ,
    const int16_t sba_input_fmt
    AMBI_FMT sba_input_fmt                 /* i : input ambisonics convention */
#endif
)
{
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ ivas_error IVAS_ENC_ConfigureForAmbisonics(
#endif
#ifdef AMBISONICS_CONVENTIONS
	,
	const int16_t sba_input_fmt
	AMBI_FMT sba_input_fmt                          /* i : input ambisonics convention */
#endif
);