Skip to content
Snippets Groups Projects

Fix: avoid redundant coding of RPL in both SPS and SH in multilayer

Merged Fabrice URBAN requested to merge (removed):multilayer_RPL into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -1977,7 +1977,7 @@ void EncLib::xInitRPL(SPS &sps)
rplLists[0] = sps.getRPLList(0);
rplLists[1] = sps.getRPLList(1);
}
std::vector <int> refLayersIdx;
static_vector<int, MAX_VPS_LAYERS> refLayersIdx;
if (layerIdx > 0 && !getRPLofDepLayerInSH())
{
if (getNumRefLayers(layerIdx) > 0)
Loading