md udpate flag not set correctly in the TD object renderer in the JBM path
Basic info
- Commit SHA: main
- Platform:
Bug description
The setting of the metadata update flag is wrong in the JBM path, not sure when that happened, sometime in the course of the ISM md update fix and JITTER cleanup. Line 236 reads
if ( ( error = TDREND_GetMix( st_ivas->hBinRendererTd, output_f_local, output_frame, 0, ism_md_subframe_update_jbm ) ) != IVAS_ERR_OK )
but should read
if ( ( error = TDREND_GetMix( st_ivas->hBinRendererTd, output_f_local, output_frame, 0, ism_md_subframe_update_jbm != subframe_idx ) ) != IVAS_ERR_OK )
Ways to reproduce
(Clear steps or refer to a failing automated test, e.g. with a pipeline link)