Commit aee44559 authored by Andrea Genovese's avatar Andrea Genovese
Browse files

second attempt towards initialization error

parent 7f6eb74a
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1557,6 +1557,7 @@ ivas_error IVAS_DEC_FeedRenderConfig(
    hRenderConfig->roomAcoustics.inputPreDelay = renderConfig.room_acoustics.inputPreDelay;

#ifdef EARLY_REFLECTIONS
    hRenderConfig->roomAcoustics.use_er = 0;
    if ( renderConfig.room_acoustics.use_er == 1 )
    {
        hRenderConfig->roomAcoustics.use_er = renderConfig.room_acoustics.use_er;
+0 −1
Original line number Diff line number Diff line
@@ -2892,7 +2892,6 @@ ivas_error RenderConfigReader_getAcousticEnvironment(
            }

#ifdef EARLY_REFLECTIONS
            pAcEnv->use_er = 0;
            /* If ER are allocated then propagate parameters */
            if ( pRenderConfigReader->pAE[n].pEarlyReflections != 0 )
            {
+1 −1

File changed.

Contains only whitespace changes.