Opened 5 years ago
Closed 4 years ago
#1088 closed defect (fixed)
Wrong return type of getRecoveryPocCnt()
Reported by: | seuhong | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-8.1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
uint32_t m_recoveryPocCnt;
bool getRecoveryPocCnt() const { return m_recoveryPocCnt; }
Since the type of m_recoveryPocCnt is uint32_t which is correct base on the VVC spec. Therefore, the return type of getRecoveryPocCnt() supposed to be uint32_t rather than boolean.
Change history (1)
comment:1 Changed 4 years ago by fbossen
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
See https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1687