Changeset 958 in SHVCSoftware


Ignore:
Timestamp:
6 Jan 2015, 02:52:44 (10 years ago)
Author:
qualcomm
Message:

Fix the bug in the assertion for PTL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r951 r958  
    19821982    for ( Int ii = 1; ii < m_numLayerInIdList[olsToLsIndex]; ii++)
    19831983    {
    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.
    19851985      {
    19861986        assert( (m_profileList[m_listOfLayerPTLofOlss[olsCtr][ii]] == m_profileList[m_listOfLayerPTLofOlss[olsCtr][ii - 1]]) ||
Note: See TracChangeset for help on using the changeset viewer.