Changes between Initial Version and Version 3 of Ticket #917


Ignore:
Timestamp:
4 Mar 2020, 16:45:55 (4 years ago)
Author:
ksuehring
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #917

    • Property Version changed from to VTM-8.0
  • Ticket #917 – Description

    initial v3  
    22
    33However, the following code can be found in HLSyntaxReader::parseSliceHeader:
     4{{{#!c++
    45#if JVET_Q0119_CLEANUPS
    56  if (sps->getSubPicInfoPresentFlag())
     
    3738    READ_CODE(bitsSubPicId, uiCode, "slice_subpic_id");    pcSlice->setSliceSubPicId(uiCode);
    3839  }
     40}}}