From b089c0cdddaff48f7e4c302881f22c4d2ffb85e9 Mon Sep 17 00:00:00 2001 From: zhangkai <zhangkai.video@bytedance.com> Date: Mon, 24 Feb 2020 15:36:12 -0800 Subject: [PATCH] building bug fix --- source/Lib/CommonLib/Slice.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Lib/CommonLib/Slice.cpp b/source/Lib/CommonLib/Slice.cpp index 7df04c0f1a..2c0bb08597 100644 --- a/source/Lib/CommonLib/Slice.cpp +++ b/source/Lib/CommonLib/Slice.cpp @@ -2097,7 +2097,9 @@ SPSRExt::SPSRExt() SPS::SPS() : m_SPSId ( 0) +#if !JVET_Q0117_PARAMETER_SETS_CLEANUP , m_decodingParameterSetId ( 0 ) +#endif , m_VPSId ( 0 ) , m_affineAmvrEnabledFlag ( false ) , m_DMVR ( false ) -- GitLab