Commit aa1d6f09 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

clang formatting fix

parent 4c79a00a
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -240,11 +240,11 @@ ivas_error ivas_dirac_dec_init_binaural_data(
                ivas_binaural_reverb_close( &( hDiracDecBin->hReverb ) );
            }

            if ( hDiracDecBin->hReverb == NULL
#ifdef SPLIT_REND_WITH_HEAD_ROT
            if ( hDiracDecBin->hReverb == NULL && pos_idx == 0 ) /* open reverb only for the main direction */
#else
        if ( hDiracDecBin->hReverb == NULL )
                 && pos_idx == 0
#endif
                 ) /* open reverb only for the main direction */
            {
                /* Todo Philips: Room acoustics should be passed here once the underlying part works. Probably enough to pick it from st_ivas but you know best. */
                if ( ( error = ivas_binaural_reverb_open_parambin( &hDiracDecBin->hReverb, nBins, CLDFB_NO_COL_MAX / MAX_PARAM_SPATIAL_SUBFRAMES, NULL, output_Fs, st_ivas->hHrtfParambin ) ) != IVAS_ERR_OK )