From 074eac141c343c27be127d573288db1fecaf62fc Mon Sep 17 00:00:00 2001 From: Frank Bossen <fbossen@gmail.com> Date: Mon, 11 Feb 2019 10:12:54 -0500 Subject: [PATCH] Remove reference to SPSNext to avoid compilation error --- source/Lib/CommonLib/Slice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Lib/CommonLib/Slice.cpp b/source/Lib/CommonLib/Slice.cpp index c6762339f2..04260952fc 100644 --- a/source/Lib/CommonLib/Slice.cpp +++ b/source/Lib/CommonLib/Slice.cpp @@ -586,7 +586,7 @@ int Slice::getNumRpsCurrTempList() const } } #if JVET_M0483_IBC==0 - if (getSPS()->getSpsNext().getIBCMode()) + if (getSPS()->getIBCMode()) { return numRpsCurrTempList + 1; } -- GitLab