Changeset 1575 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 20 Jun 2016, 19:33:17 (9 years ago)
- File:
-
- 1 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);
Note: See TracChangeset for help on using the changeset viewer.