Commit beafff76 authored by emerit's avatar emerit
Browse files

bug fix

parent cee52225
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1402,7 +1402,7 @@ ivas_error ivas_rend_openCldfbRend(
    }

#ifdef FIX_CREND_SIMPLIFY_CODE
    pCldfbRend->binaural_latency_ns = (Word32) ( pCldfbRend->hHrtfFastConv->FASTCONV_latency_s_fx * 1000000000.f );
    pCldfbRend->binaural_latency_ns = Mult_32_32( pCldfbRend->hHrtfFastConv->FASTCONV_latency_s_fx, (Word32) 1000000000 );
#else
    pCldfbRend->binaural_latency_ns = (Word32) ( pCldfbRend->hHrtfFastConv->FASTCONV_HOA3_latency_s_fx * 1000000000 );
#endif