Commit 96187f63 authored by vaclav's avatar vaclav
Browse files

two // !!! comments

parent 0bc24dea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -616,7 +616,7 @@ ivas_error init_decoder(
    }

    /* TCX config. data structure */
#ifndef MC_BITRATE_SWITCHING
#ifndef MC_BITRATE_SWITCHING // !!! this does not seem to be correct for DFT/TD stereo; also why the MCT_CHAN_MODE_LFE channel is now included?
    /* for correct bit rate switching in MC we at least need the TcxCfg */
    if ( ( idchan == 0 || st->element_mode == IVAS_CPE_MDCT ) && st->mct_chan_mode != MCT_CHAN_MODE_LFE )
    {
+1 −1
Original line number Diff line number Diff line
@@ -521,7 +521,7 @@ ivas_error ivas_init_encoder(
        hEncoderConfig->nchan_inp = ivas_mc_ls_setup_get_num_channels( hEncoderConfig->mc_input_setup );

#ifdef MC_BITRATE_SWITCHING
        st_ivas->hLFE = NULL;
        st_ivas->hLFE = NULL; // !!! already done in ivas_initialize_handles_enc()
#else
        if ( ( error = ivas_create_lfe_enc( &st_ivas->hLFE, input_Fs ) ) != IVAS_ERR_OK )
        {