Changeset 847 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder/SEIread.cpp
- Timestamp:
- 29 Jul 2014, 00:31:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/SEIread.cpp
r846 r847 1234 1234 1235 1235 // read nested SEI messages 1236 #if NESTING_SEI_EXTENSIBILITY 1237 Int numSeiMessages = 0; 1238 READ_UVLC( uiCode, "num_seis_in_bsp_minus1" ); assert( uiCode <= MAX_SEIS_IN_BSP_NESTING ); 1239 numSeiMessages = uiCode; 1240 for(Int i = 0; i < numSeiMessages; i++) 1241 { 1242 xReadSEImessage(sei.m_nestedSEIs, nalUnitType, vps, sps, &nestingSei, &sei); 1243 } 1244 #else 1236 1245 do { 1237 1246 #if LAYERS_NOT_PRESENT_SEI … … 1241 1250 #endif 1242 1251 } while (m_pcBitstream->getNumBitsLeft() > 8); 1252 #endif 1243 1253 } 1244 1254
Note: See TracChangeset for help on using the changeset viewer.