Skip to content
Snippets Groups Projects
Commit 06b5bd4a authored by Yu Han's avatar Yu Han
Browse files

Fix ticket_149

parent 35652168
No related branches found
No related tags found
No related merge requests found
......@@ -585,15 +585,13 @@ int Slice::getNumRpsCurrTempList() const
numRpsCurrTempList++;
}
}
#if JVET_M0483_IBC
#if JVET_M0483_IBC==0
if (getSPS()->getIBCFlag())
#else
if (getSPS()->getIBCMode())
#endif
{
return numRpsCurrTempList + 1;
}
else
#endif
return numRpsCurrTempList;
}
......
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