Commit 62c38bd8 authored by Devansh Kandpal's avatar Devansh Kandpal
Browse files

fx fix for rend config handles in lib_rend_fx.c

parent f241403c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4907,7 +4907,7 @@ Word16 IVAS_REND_GetRenderConfig(
    move32();

#ifdef FIX_1053_REVERB_RECONFIGURATION
    Copy32( hRCin->distAtt, hRCout->distAtt, 3 );
    Copy32( hRCin->distAtt_fx, hRCout->distAtt_fx, 3 );
#endif

    return IVAS_ERR_OK;
@@ -4951,7 +4951,7 @@ Word16 IVAS_REND_FeedRenderConfig(
    Copy32( renderConfig.roomAcoustics.pAcoustic_dsr_fx, hRenderConfig->roomAcoustics.pAcoustic_dsr_fx, CLDFB_NO_CHANNELS_MAX );
    Copy( renderConfig.directivity_fx, hRenderConfig->directivity_fx, 3 * MAX_NUM_OBJECTS );
#ifdef FIX_1053_REVERB_RECONFIGURATION
    Copy32( renderConfig.distAtt, hRenderConfig->distAtt, 3 );
    Copy32( renderConfig.distAtt_fx, hRenderConfig->distAtt_fx, 3 );
#endif

    hRenderConfig->roomAcoustics.use_er = 0;