Commit 2bc386f7 authored by Jouni Paulus's avatar Jouni Paulus
Browse files

remove unnecessary TODO from ivas_mcmasa_enc.c

parent 166cce22
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1241,7 +1241,7 @@ void ivas_mcmasa_param_est_enc(

void ivas_mcmasa_dmx_modify(
    const int16_t n_samples,                                        /* i  : input frame length in samples                        */
    float dmx[][L_FRAME48k + NS2SA( 48000, IVAS_FB_ENC_DELAY_NS )], /* i/o: downmix signal to be transformed into another format. TODO: buffer size into define? */
    float dmx[][L_FRAME48k + NS2SA( 48000, IVAS_FB_ENC_DELAY_NS )], /* i/o: downmix signal to be transformed into another format */
    const int16_t n_chnls_dmx_old,                                  /* i  : number of downmix channels in the old format         */
    const int16_t n_chnls_dmx_new )                                 /* i  : number of downmix channels in the target format      */
{