Loading lib_dec/lib_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading lib_util/render_config_reader.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading lib_rend/ivas_reflections.c +1 −1 File changed.Contains only whitespace changes. Show changes Loading
lib_dec/lib_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading
lib_util/render_config_reader.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading