Commit e6e5349d authored by sbsarac's avatar sbsarac
Browse files

Fix proposal for MemorySanitizer error

parent 1a59ae5a
Loading
Loading
Loading
Loading
Loading
+6.41 MiB

File added.

No diff preview for this file type.

+2 −0
Original line number Diff line number Diff line
@@ -4393,6 +4393,8 @@ int16_t IVAS_REND_GetRenderConfig(
    hRCout->roomAcoustics.use_er = hRCin->roomAcoustics.use_er;
    hRCout->roomAcoustics.lowComplexity = hRCin->roomAcoustics.lowComplexity;

    mvr2r( hRCin->distAtt, hRCout->distAtt, 3 );

    return IVAS_ERR_OK;
}