Commit 1dc5addd authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix typo in lib_util/ambi_convert.c

parent f5f1345a
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 )