﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
298	typo in IBC BV candidate list derivation	axink		"In 8.6.2.2,
The following text has typo:
7.	The following assignments are made:
mvL[ 0 ] = mergeCandList[ mvIdx ][ 0 ]		(8 902)
mvL[ 1 ] = mergeCandList[ mvIdx ][ 1 ]		(8 903)

It should be
7.	The following assignments are made:
mvL[ 0 ] = mvCandList[ mvIdx ][ 0 ]		(8 902)
mvL[ 1 ] = mvCandList[ mvIdx ][ 1 ]		(8 903)

"	defect	closed	minor	VVC D5 v8	spec	VVC D5 v7	fixed		ksuehring bbross XiangLi fbossen jvet@…
