Commit d9f1a6c8 authored by Devansh Kandpal's avatar Devansh Kandpal
Browse files

clang fix + removed comments

parent e145280b
Loading
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
@@ -1369,27 +1369,6 @@ ivas_error ivas_binRenderer_open_fx(
            return error;
        }

/* initialize the dmx matrix */
//#ifndef FIX_1053_REVERB_RECONFIGURATION
//IF( NE_16( hBinRenderer->nInChannels, HOA3_CHANNELS ) )
//{
//    FOR( chIdx = 0; chIdx < BINAURAL_CHANNELS; chIdx++ )
//    {
//#ifdef FIX_587_DEFAULT_REVERB
//        pRoomAcoustics = NULL;
//        IF( EQ_32( st_ivas->hOutSetup.output_config, IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) )
//        {
//            pRoomAcoustics = &( st_ivas->hRenderConfig->roomAcoustics );
//        }
//
//        IF( NE_32( ( error = ivas_binaural_reverb_init( &( hBinRenderer->hReverb ), st_ivas->hHrtfStatistics, hBinRenderer->conv_band, hBinRenderer->timeSlots, pRoomAcoustics, st_ivas->hDecoderConfig->output_Fs, st_ivas->hHrtfFastConv->fastconvReverberationTimes_fx, st_ivas->hHrtfFastConv->fastconvReverberationEneCorrections_fx ) ), IVAS_ERR_OK ) )
//#else
//        IF( NE_32( ( error = ivas_binaural_reverb_init( &( hBinRenderer->hReverb ), st_ivas->hHrtfStatistics, hBinRenderer->conv_band, hBinRenderer->timeSlots, &( st_ivas->hRenderConfig->roomAcoustics ), st_ivas->hDecoderConfig->output_Fs, st_ivas->hHrtfFastConv->fastconvReverberationTimes_fx, st_ivas->hHrtfFastConv->fastconvReverberationEneCorrections_fx ) ), IVAS_ERR_OK ) )
//#endif
//        {
//            return error;
//        }

/* initialize the dmx matrix */
#ifndef FIX_1053_REVERB_RECONFIGURATION
        IF( NE_16( hBinRenderer->nInChannels, HOA3_CHANNELS ) )