Changeset 1082 in SHVCSoftware for branches/SHM-dev/source
- Timestamp:
- 25 Mar 2015, 06:18:24 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1077 r1082 1316 1316 UInt refLayerId = pcSlice->getVPS()->getRefLayerId(m_layerId, refLayerIdc); 1317 1317 #if VPS_EXTN_DIRECT_REF_LAYERS 1318 TComList<TComPic*> *cListPic = m_ppcTEncTop[ refLayerIdc]->getRefLayerEnc(refLayerIdc)->getListPic();1318 TComList<TComPic*> *cListPic = m_ppcTEncTop[pcSlice->getVPS()->getLayerIdxInVps(m_layerId)]->getRefLayerEnc(refLayerIdc)->getListPic(); 1319 1319 #else 1320 1320 TComList<TComPic*> *cListPic = m_ppcTEncTop[pcSlice->getVPS()->getLayerIdxInVps(m_layerId)-1]->getListPic();
Note: See TracChangeset for help on using the changeset viewer.