Commit a1307553 authored by sbsarac's avatar sbsarac
Browse files

Add switch

parent dabaacef
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4393,7 +4393,9 @@ int16_t IVAS_REND_GetRenderConfig(
    hRCout->roomAcoustics.use_er = hRCin->roomAcoustics.use_er;
    hRCout->roomAcoustics.lowComplexity = hRCin->roomAcoustics.lowComplexity;

#ifdef CONF_DISTATT
    mvr2r( hRCin->distAtt, hRCout->distAtt, 3 );
#endif

    return IVAS_ERR_OK;
}