﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
575	Resolution check is wrong when CroppingMode = 1	peterchuang		"When frame width or frame height is not a multiple of the minimum CU size, the frame width and hieight should be padded. When CroppingMode = 1, the HM should be able to pad the frame width and hieight automatically.
In TAppEncCfg.cpp line 418, a check is added to see if the number of padded pixels is a integer multiple of the specified chroma subsampling.
However, the 
""if (m_aiPad[1] % TComSPS::getCropUnitY(CHROMA_420) != 1)""
  should be
""if (m_aiPad[1] % TComSPS::getCropUnitY(CHROMA_420) != 0)"""	defect	closed	minor		HM	HM-7.0	fixed		fbossen ksuehring davidf jct-vc@…
