Skip to content
Snippets Groups Projects
Commit 93b90311 authored by Vadim Seregin's avatar Vadim Seregin
Browse files

Merge branch 'JVET_Z0118_GDR_DECODE_FIX' into 'master'

Fix for not decoding when GDR is disabled

See merge request !145
parents b2cb9a23 f1043472
No related branches found
No related tags found
1 merge request!145Fix for not decoding when GDR is disabled
Pipeline #7301 passed
......@@ -244,6 +244,8 @@ uint32_t DecApp::decode()
bPicSkipped = true;
m_iSkipFrame++; // skipFrame count restore, the real decrement occur at the begin of next frame
}
#else
m_cDecLib.decode(nalu, m_iSkipFrame, m_iPOCLastDisplay, m_targetOlsIdx);
#endif
if (nalu.m_nalUnitType == NAL_UNIT_VPS)
......
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