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

Merge branch 'fix_subpic_extraction' into 'master'

BitstreamExtractor: initialize slice map before intialization of subpictures

See merge request jvet/VVCSoftware_VTM!1624
parents 2edf618f d4a4a606
No related branches found
No related tags found
No related merge requests found
......@@ -498,6 +498,7 @@ uint32_t BitstreamExtractorApp::decode()
}
else
{
pps->initRectSliceMap(sps);
pps->initSubPic(*sps);
xPrintSubPicInfo (pps);
if (m_subPicId >= 0)
......
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