id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 1180,Two checks fail due to VPS checking,ZhipinDeng,,"Problems caused by the following two CHECKs, i.e., the ""<"" in the first item should be replaced by "">="", and a condition ""m_pcPic->cs->vps"" should be added to the second item to avoid the case that the VPS does not exist. 1. CHECK(pcVPS->getNumPtls() - 1 < pcVPS->getTotalNumOLSs(), ""vps_num_ptls_minus1 shall be less than TotalNumOlss""); 2. if ( m_pcPic->cs->vps && !m_pcPic->cs->vps->getIndependentLayerFlag(layerIdx) && (pRPL0->getNumberOfInterLayerPictures() | | pRPL1->getNumberOfInterLayerPictures())) { CHECK( ... ); }",defect,closed,minor,,VTM,,fixed,,ksuehring XiangLi fbossen jvet@…