Changeset 417 in SHVCSoftware


Ignore:
Timestamp:
8 Oct 2013, 19:06:16 (11 years ago)
Author:
seregin
Message:

formatting the code

File:
1 edited

Legend:

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

    r414 r417  
    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_layerId > 0 && m_apcSlicePilot->getVPS()->getCrossLayerIrapAlignFlag() )
     766  {
    766767    assert( m_apcSlicePilot->getPPS()->getNumExtraSliceHeaderBits() > 0);
     768  }
    767769  //When cross_layer_irap_aligned_flag is equal to 1, the value of poc_reset_flag shall be equal to 0 
    768770  // to be added after poc_reset_flag is integrated.
     
    11811183        {                 
    11821184          assert(pcSlice->getNalUnitType() == m_cIlpPic[refLayerIdc]->getSlice(0)->getNalUnitType());
    1183       }
    1184     }
     1185        }
     1186      }
    11851187    }
    11861188#endif
Note: See TracChangeset for help on using the changeset viewer.