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

rename m_iTargetOLS to m_targetOlsIdx

parent ad727435
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ uint32_t DecApp::decode() ...@@ -174,7 +174,7 @@ uint32_t DecApp::decode()
} }
} }
#if JVET_P0288_PIC_OUTPUT #if JVET_P0288_PIC_OUTPUT
m_cDecLib.decode(nalu, m_iSkipFrame, m_iPOCLastDisplay, m_iTargetOLS); m_cDecLib.decode(nalu, m_iSkipFrame, m_iPOCLastDisplay, m_targetOlsIdx);
#else #else
m_cDecLib.decode(nalu, m_iSkipFrame, m_iPOCLastDisplay); m_cDecLib.decode(nalu, m_iSkipFrame, m_iPOCLastDisplay);
#endif #endif
......
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