Loading lib_util/render_config_reader.c +8 −0 Original line number Diff line number Diff line Loading @@ -2773,6 +2773,14 @@ ivas_error RenderConfigReader_getAcousticEnvironment( return IVAS_ERR_UNEXPECTED_NULL_POINTER; } #ifdef FIX_708_AEID_COMMAND_LINE /* case when -aeid is not specified, select first ID from config file */ if ( id == 65535 && pRenderConfigReader->nAE > 0 ) { id = (uint16_t) pRenderConfigReader->pAE[0].id; } #endif for ( n = 0; n < pRenderConfigReader->nAE; n++ ) { if ( id == pRenderConfigReader->pAE[n].id ) Loading Loading
lib_util/render_config_reader.c +8 −0 Original line number Diff line number Diff line Loading @@ -2773,6 +2773,14 @@ ivas_error RenderConfigReader_getAcousticEnvironment( return IVAS_ERR_UNEXPECTED_NULL_POINTER; } #ifdef FIX_708_AEID_COMMAND_LINE /* case when -aeid is not specified, select first ID from config file */ if ( id == 65535 && pRenderConfigReader->nAE > 0 ) { id = (uint16_t) pRenderConfigReader->pAE[0].id; } #endif for ( n = 0; n < pRenderConfigReader->nAE; n++ ) { if ( id == pRenderConfigReader->pAE[n].id ) Loading