Changeset 612 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 11 Feb 2014, 23:53:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r609 r612 876 876 #if SVC_EXTENSION 877 877 bNewPOC = (m_apcSlicePilot->getPOC()!= m_prevPOC); 878 #if ALIGNED_BUMPING 879 if (bNewPOC || m_layerId!=m_uiPrevLayerId) 880 { 881 m_apcSlicePilot->applyReferencePictureSet(m_cListPic, m_apcSlicePilot->getRPS()); 882 } 883 #endif 878 884 if (m_apcSlicePilot->isNextSlice() && (bNewPOC || m_layerId!=m_uiPrevLayerId) && !m_bFirstSliceInSequence ) 879 885 { … … 1140 1146 // Buffer initialize for prediction. 1141 1147 m_cPrediction.initTempBuff(); 1148 #if !ALIGNED_BUMPING 1142 1149 m_apcSlicePilot->applyReferencePictureSet(m_cListPic, m_apcSlicePilot->getRPS()); 1150 #endif 1143 1151 // Get a new picture buffer 1144 1152 xGetNewPicBuffer (m_apcSlicePilot, pcPic);
Note: See TracChangeset for help on using the changeset viewer.