Changes between Initial Version and Version 3 of Ticket #917
- Timestamp:
- 4 Mar 2020, 16:45:55 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #917
- Property Version changed from to VTM-8.0
-
Ticket #917 – Description
initial v3 2 2 3 3 However, the following code can be found in HLSyntaxReader::parseSliceHeader: 4 {{{#!c++ 4 5 #if JVET_Q0119_CLEANUPS 5 6 if (sps->getSubPicInfoPresentFlag()) … … 37 38 READ_CODE(bitsSubPicId, uiCode, "slice_subpic_id"); pcSlice->setSliceSubPicId(uiCode); 38 39 } 40 }}}