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


Ignore:
Timestamp:
2 Aug 2013, 22:59:06 (11 years ago)
Author:
seregin
Message:

cleanup ZERO_NUM_DIRECT_LAYERS

File:
1 edited

Legend:

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

    r321 r323  
    907907
    908908#if REF_IDX_FRAMEWORK
    909 #if ZERO_NUM_DIRECT_LAYERS
    910909    if( m_layerId > 0 && pcSlice->getActiveNumILRRefIdx() )
    911 #else
    912     if(m_layerId > 0)
    913 #endif
    914910    {
    915911      setILRPic(pcPic);
     
    13151311  if( vps->getNumDirectRefLayers( m_layerId ) <= 0 )
    13161312  {
    1317 #if ZERO_NUM_DIRECT_LAYERS
    13181313    return (TDecTop *)getLayerDec( 0 );
    1319 #else
    1320     return NULL;
    1321 #endif
    13221314  }
    13231315 
Note: See TracChangeset for help on using the changeset viewer.