Changeset 1575 in SHVCSoftware
- Timestamp:
- 20 Jun 2016, 19:33:17 (8 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1574 r1575 2298 2298 2299 2299 #if REDUCED_ENCODER_MEMORY 2300 m_cIlpPic[j]->create(*sps, *pps, true, false, m_layerId);2300 m_cIlpPic[j]->create(*sps, *pps, true, true, m_layerId); 2301 2301 #else 2302 2302 m_cIlpPic[j]->create(*sps, *pps, true, m_layerId); -
branches/SHM-dev/source/Lib/TLibEncoder/TEncTop.cpp
r1574 r1575 1757 1757 m_cIlpPic[j] = new TComPic; 1758 1758 #if REDUCED_ENCODER_MEMORY 1759 m_cIlpPic[j]->create(m_cSPS, m_cPPS, true, false, m_layerId);1759 m_cIlpPic[j]->create(m_cSPS, m_cPPS, true, true, m_layerId); 1760 1760 #else 1761 1761 m_cIlpPic[j]->create(m_cSPS, m_cPPS, true, m_layerId);
Note: See TracChangeset for help on using the changeset viewer.