Skip to content
Snippets Groups Projects
Commit 2b6b31f6 authored by Remy Foray's avatar Remy Foray
Browse files

Fix #1524: CRA output when NoOutputBeforeRecoveryFlag = 1

parent a6887373
No related branches found
No related tags found
No related merge requests found
......@@ -2664,6 +2664,7 @@ bool DecLib::xDecodeSlice(InputNALUnit &nalu, int &iSkipFrame, int iPOCLastDispl
{
int iMaxPOClsb = 1 << sps->getBitsForPOC();
m_apcSlicePilot->setPOC( m_apcSlicePilot->getPOC() & (iMaxPOClsb - 1) );
m_lastPOCNoOutputPriorPics = m_apcSlicePilot->getPOC();
xUpdatePreviousTid0POC(m_apcSlicePilot);
}
......
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