Changeset 1139 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder


Ignore:
Timestamp:
7 Jul 2015, 23:25:11 (10 years ago)
Author:
seregin
Message:

macro cleanup: NO_OUTPUT_OF_PRIOR_PICS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r1116 r1139  
    332332#if ALIGNED_BUMPING
    333333      Bool outputPicturesFlag = true; 
    334 #if NO_OUTPUT_OF_PRIOR_PICS
     334
    335335      if( m_acTDecTop[nalu.m_layerId].getNoOutputPriorPicsFlag() )
    336336      {
    337337        outputPicturesFlag = false;
    338338      }
    339 #endif
    340339
    341340      if (nalu.m_nalUnitType == NAL_UNIT_EOS) // End of sequence
     
    351350#endif
    352351      {
    353 #if NO_OUTPUT_OF_PRIOR_PICS
    354         if(
    355 #else
    356         if ( bNewPOC &&
    357 #endif
    358            (   nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_IDR_W_RADL
     352         if(   nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_IDR_W_RADL
    359353            || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_IDR_N_LP
    360354            || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_BLA_N_LP
    361355            || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_BLA_W_RADL
    362             || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_BLA_W_LP ) )
     356            || nalu.m_nalUnitType == NAL_UNIT_CODED_SLICE_BLA_W_LP   )
    363357        {
    364358          flushAllPictures( nalu.m_layerId, outputPicturesFlag );
Note: See TracChangeset for help on using the changeset viewer.