Opened 3 years ago
Closed 3 years ago
#1503 closed defect (fixed)
Unchecked unsupported combination of TransformSkip and TSRCRicePresent
Reported by: | adybrowne | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-14.0 |
Component: | VTM | Version: | VTM-13.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
TSRCRicePresent should always be set to 0 when TransformSkip is disabled but is currently allowed to be 1 and this leads to a mismatch in signalling between the encoder and decoder.
Easiest fix is to add an additional check into EncAppCfg::xCheckParameter()
Change history (1)
comment:1 Changed 3 years ago by XiangLi
- Milestone set to VTM-14.0
- Resolution set to fixed
- Status changed from new to closed
- Version set to VTM-13.0
Note: See TracTickets for help on using tickets.
Fixed in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2109