Loading lib_dec/lib_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -3051,7 +3051,7 @@ ivas_error IVAS_DEC_GetAcousticEnvironment( /* In case of default AE ID, select the first one available */ test(); IF( aeID == IVAS_DEFAULT_AEID && st_ivas->acousticEnvironmentsCount > 0 ) IF( aeID == (Word16) IVAS_DEFAULT_AEID && st_ivas->acousticEnvironmentsCount > 0 ) { aeID = (uint16_t) st_ivas->pAcousticEnvironments[0].aeID; move32(); Loading Loading
lib_dec/lib_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -3051,7 +3051,7 @@ ivas_error IVAS_DEC_GetAcousticEnvironment( /* In case of default AE ID, select the first one available */ test(); IF( aeID == IVAS_DEFAULT_AEID && st_ivas->acousticEnvironmentsCount > 0 ) IF( aeID == (Word16) IVAS_DEFAULT_AEID && st_ivas->acousticEnvironmentsCount > 0 ) { aeID = (uint16_t) st_ivas->pAcousticEnvironments[0].aeID; move32(); Loading