Skip to content
Snippets Groups Projects
Commit 10937a6b authored by Biao Wang's avatar Biao Wang
Browse files

Fix #1015, when a tile contains multiple slices

parent f730ca51
No related branches found
No related tags found
No related merge requests found
......@@ -3265,6 +3265,7 @@ void PPS::initRectSliceMap(const SPS *sps)
ctuY, ctuY + m_rectSlices[ i ].getSliceHeightInCtu(), m_picWidthInCtu);
ctuY += m_rectSlices[ i ].getSliceHeightInCtu();
i++;
m_sliceMap[ i ].initSliceMap();
m_sliceMap[ i ].setSliceID(i);
}
......
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