Loading lib_util/render_config_reader.c +2 −0 Original line number Diff line number Diff line Loading @@ -1198,7 +1198,9 @@ ivas_error RenderConfigReader_checkValues( pRoom_acoustics = &hRenderConfig->roomAcoustics; tab_value_err_count = 0; int16_t wall_idx; #ifndef FIX_1999_TEMPORARY_DISABLE_DIST_ATT_CHECK int16_t i; #endif /* Verify the number of frequency bands in the config input data */ if ( ( pRoom_acoustics->nBands > N_BANDS_MAX ) || ( pRoom_acoustics->nBands < N_BANDS_MIN ) ) Loading Loading
lib_util/render_config_reader.c +2 −0 Original line number Diff line number Diff line Loading @@ -1198,7 +1198,9 @@ ivas_error RenderConfigReader_checkValues( pRoom_acoustics = &hRenderConfig->roomAcoustics; tab_value_err_count = 0; int16_t wall_idx; #ifndef FIX_1999_TEMPORARY_DISABLE_DIST_ATT_CHECK int16_t i; #endif /* Verify the number of frequency bands in the config input data */ if ( ( pRoom_acoustics->nBands > N_BANDS_MAX ) || ( pRoom_acoustics->nBands < N_BANDS_MIN ) ) Loading