Changeset 1134 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 7 Jul 2015, 23:04:30 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/SEIread.cpp
r1098 r1134 1535 1535 1536 1536 // read nested SEI messages 1537 #if NESTING_SEI_EXTENSIBILITY1538 1537 Int numSeiMessages = 0; 1539 1538 sei_read_uvlc( pDecodedMessageOutputStream, uiCode, "num_seis_in_bsp_minus1" ); assert( uiCode <= MAX_SEIS_IN_BSP_NESTING ); … … 1543 1542 xReadSEImessage(sei.m_nestedSEIs, nalUnitType, vps, sps, pDecodedMessageOutputStream, &nestingSei, &sei); 1544 1543 } 1545 #else1546 do {1547 #if LAYERS_NOT_PRESENT_SEI1548 xReadSEImessage(sei.m_nestedSEIs, nalUnitType, vps, sps, pDecodedMessageOutputStream, &nestingSei, &sei);1549 #else1550 xReadSEImessage(sei.m_nestedSEIs, nalUnitType, sps, pDecodedMessageOutputStream, &nestingSei);1551 #endif1552 } while (m_pcBitstream->getNumBitsLeft() > 8);1553 #endif1554 1544 } 1555 1545
Note: See TracChangeset for help on using the changeset viewer.