Loading lib_dec/lib_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -3392,6 +3392,7 @@ ivas_error IVAS_DEC_AddAcousticEnvironment( } } free( st_ivas->pAcousticEnvironments ); st_ivas->pAcousticEnvironments = ppAE; n = st_ivas->acousticEnvironmentsCount++; pAE = &st_ivas->pAcousticEnvironments[n]; Loading Loading
lib_dec/lib_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -3392,6 +3392,7 @@ ivas_error IVAS_DEC_AddAcousticEnvironment( } } free( st_ivas->pAcousticEnvironments ); st_ivas->pAcousticEnvironments = ppAE; n = st_ivas->acousticEnvironmentsCount++; pAE = &st_ivas->pAcousticEnvironments[n]; Loading