Loading lib_dec/ivas_osba_dec.c +0 −4 Original line number Diff line number Diff line Loading @@ -372,11 +372,7 @@ ivas_error ivas_osba_render( } } #ifdef JBM_FOR_OSBA if ( ( error = ivas_sba_upmixer_renderer( st_ivas, output_f, output_frame ) ) != IVAS_ERR_OK ) #else if ( ( error = ivas_sba_upmixer_renderer( st_ivas, &output_f[sba_ch_idx], output_frame ) ) != IVAS_ERR_OK ) #endif { return error; } Loading lib_dec/ivas_sba_dec.c +1 −2 Original line number Diff line number Diff line Loading @@ -258,9 +258,8 @@ ivas_error ivas_sba_dec_reconfigure( /* save old */ #ifdef JBM_FOR_OSBA if ( ism_mode_old != ISM_SBA_MODE_DISC ) /* only necessary for SBA and OSBA w/o disrcrete objects, otherwise hTcBuffer is in sync anyway */ { #endif { if ( st_ivas->hDirAC == NULL && st_ivas->hSpar != NULL ) // ToDo; this never happens { st_ivas->hTcBuffer->num_slots = st_ivas->hSpar->num_slots; Loading Loading
lib_dec/ivas_osba_dec.c +0 −4 Original line number Diff line number Diff line Loading @@ -372,11 +372,7 @@ ivas_error ivas_osba_render( } } #ifdef JBM_FOR_OSBA if ( ( error = ivas_sba_upmixer_renderer( st_ivas, output_f, output_frame ) ) != IVAS_ERR_OK ) #else if ( ( error = ivas_sba_upmixer_renderer( st_ivas, &output_f[sba_ch_idx], output_frame ) ) != IVAS_ERR_OK ) #endif { return error; } Loading
lib_dec/ivas_sba_dec.c +1 −2 Original line number Diff line number Diff line Loading @@ -258,9 +258,8 @@ ivas_error ivas_sba_dec_reconfigure( /* save old */ #ifdef JBM_FOR_OSBA if ( ism_mode_old != ISM_SBA_MODE_DISC ) /* only necessary for SBA and OSBA w/o disrcrete objects, otherwise hTcBuffer is in sync anyway */ { #endif { if ( st_ivas->hDirAC == NULL && st_ivas->hSpar != NULL ) // ToDo; this never happens { st_ivas->hTcBuffer->num_slots = st_ivas->hSpar->num_slots; Loading