Changeset 958 in SHVCSoftware
- Timestamp:
- 6 Jan 2015, 02:52:44 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r951 r958 1982 1982 for ( Int ii = 1; ii < m_numLayerInIdList[olsToLsIndex]; ii++) 1983 1983 { 1984 if (m_layerSetLayerIdList[ ii - 1] != 0 && m_layerSetLayerIdList[ii] != 0) //Profile / profile compatibility of enhancement layers must indicate the same profile.1984 if (m_layerSetLayerIdList[olsToLsIndex][ii - 1] != 0 && m_layerSetLayerIdList[olsToLsIndex][ii] != 0) //Profile / profile compatibility of enhancement layers must indicate the same profile. 1985 1985 { 1986 1986 assert( (m_profileList[m_listOfLayerPTLofOlss[olsCtr][ii]] == m_profileList[m_listOfLayerPTLofOlss[olsCtr][ii - 1]]) ||
Note: See TracChangeset for help on using the changeset viewer.