Changeset 846 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder/SEIread.cpp
- Timestamp:
- 28 Jul 2014, 23:13:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/SEIread.cpp
r815 r846 361 361 xParseSEIBspInitialArrivalTime((SEIBspInitialArrivalTime&) *sei, vps, sps, *nestingSei, *bspNestingSei); 362 362 break; 363 #if !REMOVE_BSP_HRD_SEI 363 364 case SEI::BSP_HRD: 364 365 sei = new SEIBspHrd; 365 366 xParseSEIBspHrd((SEIBspHrd&) *sei, sps, *nestingSei); 366 367 break; 368 #endif 367 369 #endif 368 370 #if Q0078_ADD_LAYER_SETS … … 1286 1288 } 1287 1289 1290 #if !REMOVE_BSP_HRD_SEI 1288 1291 Void SEIReader::xParseSEIBspHrd(SEIBspHrd &sei, TComSPS *sps, const SEIScalableNesting &nestingSei) 1289 1292 { … … 1371 1374 } 1372 1375 } 1376 #endif 1373 1377 1374 1378 Void SEIReader::xParseHrdParameters(TComHRD *hrd, Bool commonInfPresentFlag, UInt maxNumSubLayersMinus1)
Note: See TracChangeset for help on using the changeset viewer.