Skip to content
Snippets Groups Projects
Commit a6c33f4b authored by Hyeongmun Jang's avatar Hyeongmun Jang
Browse files

add setNumSubPics()

parent 345f942e
No related branches found
No related tags found
1 merge request!2772Fix #1649 on rprConstraintsActiveFlag
......@@ -281,6 +281,7 @@ void Picture::finalInit( const VPS* vps, const SPS& sps, const PPS& pps, PicHead
cs->lmcsAps = lmcsAps;
cs->scalinglistAps = scalingListAps;
cs->pcv = pps.pcv;
m_numSubPic = sps.getNumSubPics();
m_conformanceWindow = pps.getConformanceWindow();
m_scalingWindow = pps.getScalingWindow();
mixedNaluTypesInPicFlag = pps.getMixedNaluTypesInPicFlag();
......
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