Commit 82d214b0 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix compile warning

parent f601893c
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -216,7 +216,6 @@ int16_t renormalize_channels( float *in[], float *out[], int16_t order, AMBI_CHA
    int16_t n_chan = ( order + 1 ) * ( order + 1 );
    int16_t i_chan, i;
    const float *conversion_table = 0;
    float sf = 1.0f;

    /* conversion factors are aplpied on the channels assuming that they are still/already in ACN order */