﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
782	RPR - Use of reference picture PPS pointers	bheng		"The following code appears a couple times in xPredInterBlkRPR.  These get the scaling window offset via the reference picture’s cs->pps pointer, which can be invalid by the time the current picture is decoded.  The refPic->getScalingWindow( ) function should be used instead (just delete ""cs->pps->"").

... ( refPic->cs->pps->getScalingWindow().getWindowLeftOffset() << ( ( posShift - ::getComponentScaleX( compID, chFmt ) ) ) );

... ( refPic->cs->pps->getScalingWindow().getWindowTopOffset() << ( ( posShift - ::getComponentScaleY( compID, chFmt ) ) ) );
"	defect	closed	minor	VTM-7.2	VTM	VTM-7.0	fixed		ksuehring XiangLi fbossen jvet@…
