Skip to content

Fix #1537: don't access elements of empty vector

Karsten Suehring requested to merge ksuehring/VVCSoftware_VTM:fix_1537 into master

m_accessUnitPicInfo may be empty in DecLib::checkLayerIdIncludedInCvss()when the bitstream ends after skipping pictures. m_accessUnitPicInfo.begin() is undefined in that case.

Merge request reports