Loading lib_rend/lib_rend.c +0 −5 Original line number Diff line number Diff line Loading @@ -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 ) { Loading Loading
lib_rend/lib_rend.c +0 −5 Original line number Diff line number Diff line Loading @@ -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 ) { Loading