Changeset 1485 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 4 Nov 2015, 03:25:23 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp ¶
r1484 r1485 170 170 m_cGopDecoder.create(); 171 171 m_apcSlicePilot = new TComSlice; 172 #if SVC_EXTENSION173 m_apcSlicePilot->setLayerId(m_layerId);174 #endif175 172 m_uiSliceIdx = 0; 176 173 } … … 1969 1966 // ignore any NAL units with nuh_layer_id == 63 1970 1967 if( nalu.m_nuhLayerId == 63 ) 1971 { 1968 { 1972 1969 return false; 1973 1970 }
Note: See TracChangeset for help on using the changeset viewer.