Changeset 424 in SHVCSoftware


Ignore:
Timestamp:
9 Oct 2013, 19:31:18 (11 years ago)
Author:
qualcomm
Message:

Integrate POC_reset_flag restriction for N0147

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r422 r424  
    763763#if 0 // N0147_IRAP_ALIGN_FLAG Disabled for now!
    764764  //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() )
    766766  {
    767767    assert( m_apcSlicePilot->getPPS()->getNumExtraSliceHeaderBits() > 0);
    768768  }
    769769  //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  }
    771774#endif
    772775
Note: See TracChangeset for help on using the changeset viewer.