Commit 6ab621b4 authored by emerit's avatar emerit
Browse files

update after merge

parent 1b34fa92
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -2214,7 +2214,8 @@ static ivas_error initMcBinauralRendering(
    ,
    IVAS_DEC_HRTF_CREND_HANDLE hMixconv
#endif
)
    ,
    uint8_t reconfigureFlag )
{
    ivas_error error;
#ifdef SPLIT_REND_WITH_HEAD_ROT
@@ -2546,7 +2547,8 @@ static ivas_error setRendInputActiveMc(
                                                ,
                                                hrtfs.hSetOfHRTF
#endif
                                                ) ) != IVAS_ERR_OK )
                                                ,
                                                FALSE ) ) != IVAS_ERR_OK )
        {
            return error;
        }
@@ -4553,7 +4555,8 @@ ivas_error IVAS_REND_ConfigureCustomInputLoudspeakerLayout(
                                                ,
                                                hIvasRend->hSetOfHRTF
#endif
                                                ) ) != IVAS_ERR_OK )
                                                ,
                                                FALSE ) ) != IVAS_ERR_OK )
        {
            return error;
        }
@@ -5398,9 +5401,9 @@ ivas_error IVAS_REND_SetHeadRotation(
                                     hIvasRend->outputConfig,
                                     hIvasRend->hRendererConfig,
#ifdef FIX_BINARY_BINAURAL_READING
                                     hIvasRend->hSetOfHRTF,

                                     hIvasRend->hSetOfHRTF
#endif
                                     ,
                                     TRUE );
        }
    }
@@ -5463,8 +5466,9 @@ ivas_error IVAS_REND_DisableHeadRotation(
                                         hIvasRend->outputConfig,
                                         hIvasRend->hRendererConfig,
#ifdef FIX_BINARY_BINAURAL_READING
                                         hIvasRend->hSetOfHRTF,
                                         hIvasRend->hSetOfHRTF
#endif
                                         ,
                                         TRUE );
            }
        }