﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
322	Parsing condition for ISP split flag	geonjungko		"As the block size condition to use ISP was changed from ( cbWidth <= MaxTbSizeY | | cbHeight <= MaxTbSizeY ) to ( cbWidth <= MaxTbSizeY && cbHeight <= MaxTbSizeY ), it is not necessary to check the same condition when parsing intra_subpartitions_split_flag.

Suggested fix:

{{{
if( intra_subpartitions_mode_flag[ x0 ][ y0 ] == 1 )
	intra_subpartitions_split_flag[ x0 ][ y0 ]
}}}
"	defect	closed	minor		spec	VVC D5 v10	fixed		ksuehring bbross XiangLi fbossen jvet@…
