Ignore:
Timestamp:
8 Jul 2015, 00:10:36 (9 years ago)
Author:
seregin
Message:

macro cleanup: VPS_EXTN_DIRECT_REF_LAYERS

File:
1 edited

Legend:

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

    r1089 r1148  
    210210    {
    211211#if SVC_EXTENSION
    212 #if VPS_EXTN_DIRECT_REF_LAYERS
    213212      if( pcSlice->getRefPic(RefPicList(iRefList), iRefIndex)->isILR( m_layerId ) )
    214213      {
     
    224223        printf ("%d", pcSlice->getRefPOC(RefPicList(iRefList), iRefIndex));
    225224      }
    226 #endif
     225
    227226      if( pcSlice->getEnableTMVPFlag() && iRefList == 1 - pcSlice->getColFromL0Flag() && iRefIndex == pcSlice->getColRefIdx() )
    228227      {
Note: See TracChangeset for help on using the changeset viewer.