Opened 5 years ago
Closed 5 years ago
#530 closed defect (fixed)
Return of incorrect variable for getscalingListPresentFlag() in Slice.h
Reported by: | Spaluri | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-6.2 |
Component: | VTM | Version: | VTM-6.1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
The function const bool getscalingListPresentFlag() in Slice.h returns the wrong variable.
Currently, it returns:
const bool getscalingListPresentFlag()const { return m_tileGroupLmcsEnabledFlag;}
It should be:
const bool getscalingListPresentFlag()const { return m_tileGroupscalingListPresentFlag;}
We will submit merge request.
Change history (1)
comment:1 Changed 5 years ago by ksuehring
- Milestone set to VTM-6.2
- Resolution set to fixed
- Status changed from new to closed
- Version set to VTM-6.1
Note: See TracTickets for help on using tickets.
MR 961 was merged
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/961