Skip to content
Snippets Groups Projects
Commit 700f27be authored by Philip Cowan's avatar Philip Cowan
Browse files

fix missing #

parent c8ae99af
No related branches found
No related tags found
No related merge requests found
......@@ -1863,7 +1863,7 @@ void HLSyntaxReader::parseSliceHeader (Slice* pcSlice, ParameterSetManager *para
{
if (pcSlice->getRPL1()->isRefPicLongterm(i))
{
if JVET_N0100_PROPOSAL1
#if JVET_N0100_PROPOSAL1
if (pcSlice->getRPL1()->getLtrpInSliceHeaderFlag())
{
READ_CODE(sps->getBitsForPOC(), uiCode, "poc_lsb_lt[i][j]");
......
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