Skip to content
Snippets Groups Projects
Commit 4d2cc08d authored by Frank Bossen's avatar Frank Bossen
Browse files

Only one VPS can be active at any time

parent cc800c25
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