Commit d93277c1 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix missing TdRendWrapper init

went missing due to a porting mistake
parent cb523613
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2725,6 +2725,8 @@ static ivas_error setRendInputActiveMc(
    setZeroPanMatrix_fx( inputMc->panGains_fx );

    inputMc->customLsInput = defaultCustomLs();
    inputMc->tdRendWrapper = defaultTdRendWrapper();

    if ( hrtfs->hHrtfTD )
    {
        inputMc->tdRendWrapper.binaural_latency_ns = Mult_32_32( hrtfs->hHrtfTD->latency_s_fx, 1000000000 );