Opened 3 years ago
Closed 3 years ago
#1509 closed defect (fixed)
Lossless RGB encoder issue
Reported by: | adybrowne | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-14.1 |
Component: | VTM | Version: | VTM-14.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
Currently, lossless coding of RGB content fails when both ACT and BDPCM are enabled (as in the lossless section of the HBD CTC).
This is due to a problem introduced when fixing an issue when TS was disabled. For lossless coding, the break clause incorrectly limits the maximum mode ID to the maximum number of modes minus 1 as when BDPCM is enabled the one mode ID available is 1.
Change history (1)
comment:1 Changed 3 years ago by XiangLi
- Milestone set to VTM-14.1
- Resolution set to fixed
- Status changed from new to closed
- Version set to VTM-14.0
Note: See TracTickets for help on using tickets.
Fixed in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2120