id summary reporter owner description type status priority milestone component version resolution keywords cc 348 Wrong parsing decision of merge_subblock_flag fbarbier "In source/Lib/DecoderLib/CABACReader.cpp:1675 {{{ if ( !cu.cs->slice->isIntra() && (cu.cs->sps->getUseAffine() || cu.cs->sps->getSBTMVPEnabledFlag()) && cu.lumaSize().width >= 8 && cu.lumaSize().height >= 8 ) }}} should be replaced accordingly to the specification to : {{{ if ( !cu.cs->slice->isIntra() && cu.cs->slice->getMaxNumAffineMergeCand() > 0 && cu.lumaSize().width >= 8 && cu.lumaSize().height >= 8 ) }}} Please find a merge request here: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/623/ " defect closed minor VTM VTM-5.0 fixed ksuehring XiangLi fbossen jvet@…