Changeset 1084 in 3DVCSoftware for trunk/source/App/TAppDecoder/TAppDecTop.cpp
- Timestamp:
- 24 Oct 2014, 11:44:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppDecoder/TAppDecTop.cpp
r1066 r1084 257 257 m_targetDecLayerIdSet = vps->getTargetDecLayerIdList( m_targetOptLayerSetIdx ); 258 258 } 259 #if H_MV_HLS10_GEN_FIX260 259 if (m_outputVpsInfo ) 261 260 { 262 #if H_MV_HLS10_AUX263 261 m_vps->printScalabilityId(); 264 #endif265 262 m_vps->printLayerDependencies(); 266 263 m_vps->printLayerSets(); 267 264 m_vps->printPTL(); 268 265 } 269 #endif270 266 } 271 267 #if H_3D … … 580 576 Int dpbFullness = 0; 581 577 #if H_MV 582 #if H_MV_HLS10_ADD_LAYERSETS583 578 TComSPS* activeSPS = m_tDecTop[ decIdx ]->getActiveSPS(); 584 #else585 // preliminary fix586 TComSPS* activeSPS = m_tDecTop[0]->getActiveSPS();587 #endif588 579 #else 589 580 TComSPS* activeSPS = m_cTDecTop.getActiveSPS(); … … 1155 1146 Int curLayerId = m_tDecTop[dIdx]->getLayerId(); 1156 1147 Int curLayerIdxInVps = m_vps->getLayerIdInNuh( curLayerId ); 1157 #if H_MV_HLS10_REF_PRED_LAYERS1158 1148 if ( m_vps->getDependencyFlag(optLayerIdxInVps, curLayerIdxInVps ) ) 1159 #else1160 if ( m_vps->getInDirectDependencyFlag(optLayerIdxInVps, curLayerIdxInVps ) )1161 #endif1162 1149 { 1163 1150 TComPic* curPic = m_ivPicLists.getPic( curLayerId, pocLastPic );
Note: See TracChangeset for help on using the changeset viewer.