﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1518	Minor bug in xInitSPS that wrongly checks virtualBoundariesEnabledFlag() instead of virtualBoundariesPresentFlag()	saurabh.puri		"In the following check (under xInitSPS() function in EncLib.cpp)

CHECK(sps.getResChangeInClvsEnabledFlag() && sps.getVirtualBoundaries'''Enabled'''Flag(), ""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""); 

the text and the condition doesn't match. 

It may instead be:

CHECK(sps.getResChangeInClvsEnabledFlag() && sps.getVirtualBoundaries'''Present'''Flag(), ""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"");


According to spec, when RPR is enabled, sps_virtual_boundaries_present_flag shall be 0. 

"	defect	closed	trivial		VTM	VTM-14.2	fixed	RPR	ksuehring XiangLi fbossen jvet@…
