Commit b1801cb3 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Updates reflecting the discussion on issue #196

parent fdc022c4
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1139,12 +1139,7 @@ static ivas_error setRendInputActiveIsm(
    initRotMatrix( inputIsm->rot_mat_prev );

    error = IVAS_ERR_OK;
#ifdef FIX_196_REFACTOR_RENDERER_OUTPUT_CONFIG
    if ( outConfig == IVAS_REND_AUDIO_CONFIG_BINAURAL ||
         outConfig == IVAS_REND_AUDIO_CONFIG_BINAURAL )
#else
    if ( outConfig == IVAS_REND_AUDIO_CONFIG_BINAURAL )
#endif
    {
        if ( ( error = ivas_td_binaural_open_ext( &inputIsm->tdRendWrapper, inConfig, hRendCfg, NULL, *rendCtx.pOutSampleRate ) ) != IVAS_ERR_OK )
        {