Loading lib_util/ambi_convert.c +1 −2 Original line number Diff line number Diff line Loading @@ -216,8 +216,7 @@ int16_t renormalize_channels( float *in[], float *out[], int16_t order, AMBI_CHA int16_t i_chan, i; const float *conversion_table = 0; /* conversion factors are aplpied on the channels assuming that they are still/already in ACN order */ /* conversion factors are applied on the channels assuming that they are still/already in ACN order */ if ( in_format == AMBI_NORM_SN3D ) { if ( out_format == AMBI_NORM_N3D ) Loading Loading
lib_util/ambi_convert.c +1 −2 Original line number Diff line number Diff line Loading @@ -216,8 +216,7 @@ int16_t renormalize_channels( float *in[], float *out[], int16_t order, AMBI_CHA int16_t i_chan, i; const float *conversion_table = 0; /* conversion factors are aplpied on the channels assuming that they are still/already in ACN order */ /* conversion factors are applied on the channels assuming that they are still/already in ACN order */ if ( in_format == AMBI_NORM_SN3D ) { if ( out_format == AMBI_NORM_N3D ) Loading