Opened 4 years ago
Closed 4 years ago
#1191 closed defect (fixed)
Issue on sh_picture_header_in_slice_header compliance checks
Reported by: | forayr | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-10.0 |
Component: | VTM | Version: | VTM-9.3 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In VTM decoder, setPictureHeaderInSliceHeader() is called only when sh_picture_header_in_slice_header is read to 1.
Therefore, if a CLVSS with sh_picture_header_in_slice_header equal to 0 follow a CLVSS with sh_picture_header_in_slice_header equal to 1, the compliance checks on pps_rpl_info_in_ph_flag, pps_dbf_info_in_ph_flag, pps_sao_info_in_ph_flag, pps_wp_info_in_ph_flag, pps_qp_delta_info_in_ph_flag values are wrongly checked.
Change history (2)
comment:1 Changed 4 years ago by forayr
comment:2 Changed 4 years ago by ksuehring
- Milestone set to VTM-10.0
- Resolution set to fixed
- Status changed from new to closed
The MR was merged
Note: See TracTickets for help on using tickets.
MR: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1761