Changeset 1600 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 30 Nov 2017, 18:22:35 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1578 r1600 2298 2298 2299 2299 #if REDUCED_ENCODER_MEMORY 2300 m_cIlpPic[j]->create(*sps, *pps, false, true, m_layerId );2301 #else 2302 m_cIlpPic[j]->create(*sps, *pps, true, m_layerId );2300 m_cIlpPic[j]->create(*sps, *pps, false, true, m_layerId, true); 2301 #else 2302 m_cIlpPic[j]->create(*sps, *pps, true, m_layerId, true); 2303 2303 #endif 2304 2304
Note: See TracChangeset for help on using the changeset viewer.