Changeset 424 in SHVCSoftware
- Timestamp:
- 9 Oct 2013, 19:31:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r422 r424 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_apcSlicePilot->getVPS()->getCrossLayerIrapAlignFlag() ) 766 766 { 767 767 assert( m_apcSlicePilot->getPPS()->getNumExtraSliceHeaderBits() > 0); 768 768 } 769 769 //When cross_layer_irap_aligned_flag is equal to 1, the value of poc_reset_flag shall be equal to 0 770 // to be added after poc_reset_flag is integrated. 770 if( m_apcSlicePilot->getVPS()->getCrossLayerIrapAlignFlag() ) 771 { 772 assert( m_apcSlicePilot->getPocResetFlag() == 0); 773 } 771 774 #endif 772 775
Note: See TracChangeset for help on using the changeset viewer.