Opened 2 years ago
Closed 2 years ago
#1557 closed defect (fixed)
Typo in writing ContentColourVolume SEI
Reported by: | kerzhy | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-16.1 |
Component: | VTM | Version: | VTM-16.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@…, jvet@… |
Description
Elements "ccv_max_luminance_value" and "ccv_avg_luminance_value", when writing ContentColourVolume SEI message (SEIWriter::xWriteSEIContentColourVolume), depend on m_ccvMinLuminanceValuePresentFlag, but needed to depend on m_ccvMaxLuminanceValuePresentFlag and m_ccvAvgLuminanceValuePresentFlag respectively.
Change history (2)
comment:1 Changed 2 years ago by kerzhy
comment:2 Changed 2 years ago by ksuehring
- Milestone set to VTM-16.1
- Resolution set to fixed
- Status changed from new to closed
Fixed as suggested
Note: See TracTickets for help on using tickets.
Fix added to MR: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2240