Changeset 1482 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 18 Oct 2015, 13:24:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1442 r1482 168 168 Void TDecTop::create() 169 169 { 170 #if SVC_EXTENSION171 m_cGopDecoder.create( m_layerId );172 #else173 170 m_cGopDecoder.create(); 174 #endif175 171 m_apcSlicePilot = new TComSlice; 172 #if SVC_EXTENSION 173 m_apcSlicePilot->setLayerId(m_layerId); 174 #endif 176 175 m_uiSliceIdx = 0; 177 176 }
Note: See TracChangeset for help on using the changeset viewer.