Changeset 1188 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 03:40:48 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1187 r1188 1444 1444 rps->setNumberOfPictures(offset); 1445 1445 } 1446 #if DPB_CONSTRAINTS 1446 1447 #if SVC_EXTENSION 1448 // DPB constraints 1447 1449 if( pcSlice->getVPS()->getVpsExtensionFlag() == 1 ) 1448 1450 { … … 1476 1478 } 1477 1479 #endif 1480 1478 1481 if ( pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_LP 1479 1482 || pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_RADL
Note: See TracChangeset for help on using the changeset viewer.