Opened 6 years ago
Closed 6 years ago
#212 closed defect (fixed)
Inferred value of sign_data_hiding_enabled_flag
Reported by: | bheng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-4.1 |
Component: | VTM | Version: | VTM-4.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
The sign_data_hiding_enabled_flag is not initialized at the start of slice parsing, and it can reuse the value '1' from a previous slice rather than the inferred value of '0' when not present (i.e. when dep_quant_enabled_flag=1).
Change history (2)
comment:1 Changed 6 years ago by bheng
comment:2 Changed 6 years ago by XiangLi
- Milestone set to VTM-4.1
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
One potential fix can be found here:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/345