﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1466	Incorrect check on sps virtual boundaries constraint	audrey.turquin		"In DecLib.cpp, in function xCheckParameterSetConstraints, there is the following check :

{{{

CHECK(sps->getResChangeInClvsEnabledFlag() && sps->getVirtualBoundariesEnabledFlag(), ""when the value of sps_res_change_in_clvs_allowed_flag is equal to 1, the value of sps_virtual_boundaries_present_flag shall be equal to 0"");
}}}


In this check, sps->getVirtualBoundariesPresentFlag() should be used instead of sps->getVirtualBoundariesEnabledFlag() to match the spec and the check message."	defect	closed	minor	VTM-12.1	VTM	VTM-11.2	fixed		ksuehring XiangLi fbossen jvet@…
