id summary reporter owner description type status priority milestone component version resolution keywords cc 347 Wrong parsing decision of sps_ref_wraparound_enabled_flag fbarbier "In current VTM implementation, source/Lib/DecoderLib/VLCReader.cpp:1710 {{{ if( pcSPS->getCTUSize() + 2*pcSPS->getLog2MinCodingBlockSize() <= pcSPS->getPicWidthInLumaSamples() ) }}} MinCodingBlockSize is in the wrong unit (log2). Should be : {{{ if( pcSPS->getCTUSize() + 2*(1 << pcSPS->getLog2MinCodingBlockSize()) <= pcSPS->getPicWidthInLumaSamples() ) }}} Please find the related fix here: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/625/ " defect closed minor VTM-6.0 VTM VTM-5.0 fixed ksuehring XiangLi fbossen jvet@…