﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1088	Wrong return type of getRecoveryPocCnt()	seuhong		"
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.


"	defect	closed	minor		VTM	VTM-8.1	fixed		ksuehring XiangLi fbossen jvet@…
