id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 962,mistake in Width/Height,weipu,weipu,"in TEncSampleAdaptiveOffset.cpp Line 1006, 1007 are: Int iLcuWidth = pTmpSPS->getMaxCUHeight(); Int iLcuHeight = pTmpSPS->getMaxCUWidth() The correct code should be: Int iLcuHeight = pTmpSPS->getMaxCUHeight(); Int iLcuWidth = pTmpSPS->getMaxCUWidth() ",defect,closed,trivial,HM-9.2,HM,HM-9.1,fixed,SAO,fbossen ksuehring davidf jct-vc@…