Loading lib_dec/ivas_objectRenderer_internal.c +8 −8 Original line number Diff line number Diff line Loading @@ -405,21 +405,21 @@ ivas_error ivas_td_binaural_renderer_sf_splitBinaural( mvr2r( output_local[i], output[i], nSamplesRendered ); } #ifdef FIX_1456_SPLIT_REND_NO_HEAD_ROT if ( pMultiBinPoseData->num_poses > 1 ) { #endif /* Restore original head rotation */ for ( i = 0; i < st_ivas->hCombinedOrientationData->num_subframes; ++i ) { st_ivas->hCombinedOrientationData->Quaternions[i] = originalHeadRot[i]; } #ifdef FIX_1456_SPLIT_REND_NO_HEAD_ROT if ( pMultiBinPoseData->num_poses > 1 ) { } #endif /* restore original td renderer handle */ st_ivas->hBinRendererTd = origTdRendHandle; #ifdef FIX_1456_SPLIT_REND_NO_HEAD_ROT } #endif pop_wmops(); return IVAS_ERR_OK; Loading Loading
lib_dec/ivas_objectRenderer_internal.c +8 −8 Original line number Diff line number Diff line Loading @@ -405,21 +405,21 @@ ivas_error ivas_td_binaural_renderer_sf_splitBinaural( mvr2r( output_local[i], output[i], nSamplesRendered ); } #ifdef FIX_1456_SPLIT_REND_NO_HEAD_ROT if ( pMultiBinPoseData->num_poses > 1 ) { #endif /* Restore original head rotation */ for ( i = 0; i < st_ivas->hCombinedOrientationData->num_subframes; ++i ) { st_ivas->hCombinedOrientationData->Quaternions[i] = originalHeadRot[i]; } #ifdef FIX_1456_SPLIT_REND_NO_HEAD_ROT if ( pMultiBinPoseData->num_poses > 1 ) { } #endif /* restore original td renderer handle */ st_ivas->hBinRendererTd = origTdRendHandle; #ifdef FIX_1456_SPLIT_REND_NO_HEAD_ROT } #endif pop_wmops(); return IVAS_ERR_OK; Loading