Changeset 1139 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


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
  • TabularUnified branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1133 r1139  
    838838  bNewPOC = m_apcSlicePilot->getPOC() != m_prevPOC || ( m_apcSlicePilot->getFirstSliceInPic() && m_parseIdc == -1 );
    839839
    840 #if NO_OUTPUT_OF_PRIOR_PICS
    841840#if NO_CLRAS_OUTPUT_FLAG
    842841  if (m_layerId == m_smallestLayerId && m_apcSlicePilot->getRapPicFlag())
     
    892891    }
    893892  }
    894 #endif
    895893
    896894#if POC_RESET_IDC_DECODER
     
    13571355  if (m_bFirstSliceInPicture)
    13581356  {
     1357#if SVC_EXTENSION
    13591358#if AVC_BASE
    13601359    if( m_layerId > 0 && m_parameterSetManagerDecoder.getPrefetchedVPS(0)->getNonHEVCBaseLayerFlag() )
     
    14651464#endif
    14661465
    1467 #if NO_OUTPUT_OF_PRIOR_PICS
    14681466    if ( m_layerId == 0 && m_apcSlicePilot->getRapPicFlag() && getNoClrasOutputFlag() )
    14691467    {
     
    14741472      }
    14751473    }
    1476 #endif
    1477 
    1478 #if SVC_EXTENSION
     1474
    14791475    xCheckLayerReset();
    14801476    xSetLayerInitializedFlag();
Note: See TracChangeset for help on using the changeset viewer.