Commit e65102f8 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

Merge branch '500-head-tracking-api-causes-extra-15ms-of-delay' of...

Merge branch '500-head-tracking-api-causes-extra-15ms-of-delay' of forge.3gpp.org:ivas-codec-pc/ivas-codec into 500-head-tracking-api-causes-extra-15ms-of-delay
parents 744ad023 8d942cfa
Loading
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -1552,9 +1552,14 @@ ivas_error combine_external_and_head_orientations(
    if ( hExtOrientationData != NULL )
    {
#ifdef API_5MS

        if ( hExtOrientationData->enableExternalOrientation > 0 )
        {
            hCombinedOrientationData->Quaternion_prev_extOrientation = hExtOrientationData->Quaternion;

        }
        else
        {
            hCombinedOrientationData->Quaternion_prev_extOrientation = identity;
        }
#elif defined FIX_570_SF_EXT_ORIENTATION
        if ( hExtOrientationData->enableExternalOrientation[MAX_PARAM_SPATIAL_SUBFRAMES - 1] > 0 )
        {