Loading lib_dec/ivas_dec.c +5 −1 Original line number Diff line number Diff line Loading @@ -762,8 +762,12 @@ ivas_error ivas_dec( #endif } } #ifdef JBM_FOR_OSBA if ( ( error = ivas_sba_upmixer_renderer( st_ivas, p_output, output_frame ) ) != IVAS_ERR_OK ) #else if ( ( error = ivas_sba_upmixer_renderer( st_ivas, &p_output[sba_ch_idx], output_frame ) ) != IVAS_ERR_OK ) #endif { return error; } Loading Loading
lib_dec/ivas_dec.c +5 −1 Original line number Diff line number Diff line Loading @@ -762,8 +762,12 @@ ivas_error ivas_dec( #endif } } #ifdef JBM_FOR_OSBA if ( ( error = ivas_sba_upmixer_renderer( st_ivas, p_output, output_frame ) ) != IVAS_ERR_OK ) #else if ( ( error = ivas_sba_upmixer_renderer( st_ivas, &p_output[sba_ch_idx], output_frame ) ) != IVAS_ERR_OK ) #endif { return error; } Loading