Ignore:
Timestamp:
27 Jan 2014, 17:54:11 (11 years ago)
Author:
seregin
Message:

remove JCTVC_M0458_INTERLAYER_RPS_SIG macro

File:
1 edited

Legend:

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

    r563 r564  
    13421342  }
    13431343#endif
    1344 #if JCTVC_M0458_INTERLAYER_RPS_SIG
    13451344  READ_FLAG(uiCode, "max_one_active_ref_layer_flag" );
    13461345  vps->setMaxOneActiveRefLayerFlag(uiCode);
    1347 #endif
    13481346#if O0062_POC_LSB_NOT_PRESENT_FLAG
    13491347  for(i = 1; i< vps->getMaxLayers(); i++)
     
    20542052
    20552053#if SVC_EXTENSION
    2056 #if JCTVC_M0458_INTERLAYER_RPS_SIG
    20572054    rpcSlice->setActiveNumILRRefIdx(0);
    20582055#if ILP_SSH_SIG
     
    21562153    }
    21572154#endif
    2158 #else
    2159     if( rpcSlice->getLayerId() > 0 )
    2160     {
    2161       rpcSlice->setNumILRRefIdx( rpcSlice->getVPS()->getNumDirectRefLayers( rpcSlice->getLayerId() ) );
    2162     }
    2163 #endif
    21642155#endif
    21652156
Note: See TracChangeset for help on using the changeset viewer.