Commit 35ffff1f authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Fix for openCrend interface update in split-rendering

parent cc6316b1
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1369,7 +1369,11 @@ ivas_error ivas_rend_openMultiBinCrend(
    ivas_error error;

#ifdef SPLIT_REND_WITH_HEAD_ROT
#ifdef NONBE_FIX_922_PRECOMPUTED_HRTF_PROPERTIES
    if ( ( error = ivas_rend_openCrend( pCrend, inConfig, outConfig, NULL /*hRendCfg*/, NULL, NULL /* hHrtfStatistics */,output_Fs, pMultiBinPoseData->num_poses ) ) != IVAS_ERR_OK )
#else
    if ( ( error = ivas_rend_openCrend( pCrend, inConfig, outConfig, NULL /*hRendCfg*/, NULL, output_Fs, pMultiBinPoseData->num_poses ) ) != IVAS_ERR_OK )
#endif
#else
    if ( ( error = ivas_rend_openCrend( pCrend, inConfig, outConfig, NULL /*hRendCfg*/, NULL, output_Fs ) ) != IVAS_ERR_OK )
#endif