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

fix table selection

parent 843a8257
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ int16_t renormalize_channels( float *in[], float *out[], int16_t order, AMBI_CHA
        {
            conversion_table = SN3D_N3D;
        }
        if ( out_format == AMBI_NORM_MAXN )
        else if ( out_format == AMBI_NORM_MAXN )
        {
            conversion_table = SN3D_MAXN;
        }
@@ -210,7 +210,7 @@ int16_t renormalize_channels( float *in[], float *out[], int16_t order, AMBI_CHA
        {
            conversion_table = N3D_SN3D;
        }
        if ( in_format == AMBI_NORM_MAXN )
        else if ( in_format == AMBI_NORM_MAXN )
        {
            conversion_table = MAXN_SN3D;
        }