Skip to content
Snippets Groups Projects
Commit 0f8d89b9 authored by Karsten Suehring's avatar Karsten Suehring
Browse files

Merge branch 'clean331' into 'master'

Only one VPS can be active at any time

See merge request jvet/VVCSoftware_VTM!2641
parents ecfb91ce 4d2cc08d
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ bool ParameterSetManager::activatePPS(int ppsId, bool isIRAP)
if(vps)
{
m_activeVPSId = vpsId;
m_vpsMap.clearActive();
m_vpsMap.setActive(vpsId);
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment