Skip to content
Snippets Groups Projects
Commit 3fc7871f authored by Rickard Sjöberg's avatar Rickard Sjöberg
Browse files

Cleaning up

parent 0f71650e
No related branches found
No related tags found
1 merge request!1430JVET-P0978 RPL constraint checks
...@@ -481,12 +481,14 @@ DecLib::DecLib() ...@@ -481,12 +481,14 @@ DecLib::DecLib()
, m_vps( nullptr ) , m_vps( nullptr )
, m_scalingListUpdateFlag(true) , m_scalingListUpdateFlag(true)
, m_PreScalingListAPSId(-1) , m_PreScalingListAPSId(-1)
#if JVET_Q0044_SLICE_IDX_WITH_SUBPICS #if JVET_Q0044_SLICE_IDX_WITH_SUBPICS
, m_maxDecSubPicIdx(0) , m_maxDecSubPicIdx(0)
, m_maxDecSliceAddrInSubPic(-1) , m_maxDecSliceAddrInSubPic(-1)
#endif #endif
#if JVET_Q0117_PARAMETER_SETS_CLEANUP #if JVET_Q0117_PARAMETER_SETS_CLEANUP
, m_dci(NULL) , m_dci(NULL)
#endif
#if JVET_P0978_RPL_RESTRICTIONS #if JVET_P0978_RPL_RESTRICTIONS
, m_decodingOrderCounter(0) , m_decodingOrderCounter(0)
#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