Changeset 417 in SHVCSoftware
- Timestamp:
- 8 Oct 2013, 19:06:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r414 r417 763 763 #if 0 // N0147_IRAP_ALIGN_FLAG Disabled for now! 764 764 //When cross_layer_irap_aligned_flag is equal to 0, num_extra_slice_header_bits >=1 765 if( m_layerId > 0 && m_apcSlicePilot->getVPS()->getCrossLayerIrapAlignFlag()) 765 if( m_layerId > 0 && m_apcSlicePilot->getVPS()->getCrossLayerIrapAlignFlag() ) 766 { 766 767 assert( m_apcSlicePilot->getPPS()->getNumExtraSliceHeaderBits() > 0); 768 } 767 769 //When cross_layer_irap_aligned_flag is equal to 1, the value of poc_reset_flag shall be equal to 0 768 770 // to be added after poc_reset_flag is integrated. … … 1181 1183 { 1182 1184 assert(pcSlice->getNalUnitType() == m_cIlpPic[refLayerIdc]->getSlice(0)->getNalUnitType()); 1183 }1184 }1185 } 1186 } 1185 1187 } 1186 1188 #endif
Note: See TracChangeset for help on using the changeset viewer.