Loading lib_util/render_config_reader.c +1 −1 Original line number Diff line number Diff line Loading @@ -2308,7 +2308,7 @@ ivas_error RenderConfigReader_read( #ifdef FIX_777_COMBI_RENDER_CONFIG_FILE if ( read_txt_vector( pValue, pRenderConfigReader->pAE[acIdx].pFG->nrBands, pRenderConfigReader->pAE[acIdx].pRT60 ) ) #else if ( read_txt_vector( pValue, pRenderConfigReader->pFG[idx].nrBands, pRenderConfigReader->pAE[acIdx].pRT60 ) if ( read_txt_vector( pValue, pRenderConfigReader->pFG[idx].nrBands, pRenderConfigReader->pAE[acIdx].pRT60 )) #endif { errorHandler( item, ERROR_VALUE_INVALID ); Loading Loading
lib_util/render_config_reader.c +1 −1 Original line number Diff line number Diff line Loading @@ -2308,7 +2308,7 @@ ivas_error RenderConfigReader_read( #ifdef FIX_777_COMBI_RENDER_CONFIG_FILE if ( read_txt_vector( pValue, pRenderConfigReader->pAE[acIdx].pFG->nrBands, pRenderConfigReader->pAE[acIdx].pRT60 ) ) #else if ( read_txt_vector( pValue, pRenderConfigReader->pFG[idx].nrBands, pRenderConfigReader->pAE[acIdx].pRT60 ) if ( read_txt_vector( pValue, pRenderConfigReader->pFG[idx].nrBands, pRenderConfigReader->pAE[acIdx].pRT60 )) #endif { errorHandler( item, ERROR_VALUE_INVALID ); Loading