Changeset 564 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 27 Jan 2014, 17:54:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r563 r564 1342 1342 } 1343 1343 #endif 1344 #if JCTVC_M0458_INTERLAYER_RPS_SIG1345 1344 READ_FLAG(uiCode, "max_one_active_ref_layer_flag" ); 1346 1345 vps->setMaxOneActiveRefLayerFlag(uiCode); 1347 #endif1348 1346 #if O0062_POC_LSB_NOT_PRESENT_FLAG 1349 1347 for(i = 1; i< vps->getMaxLayers(); i++) … … 2054 2052 2055 2053 #if SVC_EXTENSION 2056 #if JCTVC_M0458_INTERLAYER_RPS_SIG2057 2054 rpcSlice->setActiveNumILRRefIdx(0); 2058 2055 #if ILP_SSH_SIG … … 2156 2153 } 2157 2154 #endif 2158 #else2159 if( rpcSlice->getLayerId() > 0 )2160 {2161 rpcSlice->setNumILRRefIdx( rpcSlice->getVPS()->getNumDirectRefLayers( rpcSlice->getLayerId() ) );2162 }2163 #endif2164 2155 #endif 2165 2156
Note: See TracChangeset for help on using the changeset viewer.