Changeset 758 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
30 Apr 2014, 00:04:11 (12 years ago)
Author:
seregin
Message:

remove macro N0147_IRAP_ALIGN_FLAG

Location:
branches/SHM-6-dev/source/Lib/TLibEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r755 r758  
    12001200  WRITE_FLAG(vps->getPhaseAlignFlag(), "cross_layer_phase_alignment_flag" );
    12011201#endif
    1202 #if N0147_IRAP_ALIGN_FLAG && !IRAP_ALIGN_FLAG_IN_VPS_VUI
     1202#if !IRAP_ALIGN_FLAG_IN_VPS_VUI
    12031203  WRITE_FLAG(vps->getCrossLayerIrapAlignFlag(), "cross_layer_irap_aligned_flag");
    12041204#endif
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r757 r758  
    11601160      if( pocCurr % m_pcCfg->getIntraPeriod() == 0 )
    11611161      {
    1162 #if N0147_IRAP_ALIGN_FLAG
    11631162        if(pcSlice->getVPS()->getCrossLayerIrapAlignFlag())
    11641163        {
     
    11751174        }
    11761175        else
    1177 #endif
     1176        {
    11781177          pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA);
     1178        }
    11791179      }
    11801180
Note: See TracChangeset for help on using the changeset viewer.