Ignore:
Timestamp:
13 Jan 2015, 23:29:12 (10 years ago)
Author:
seregin
Message:

fix for the ticket #48

File:
1 edited

Legend:

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

    r978 r982  
    19841984    }
    19851985#if MULTIPLE_PTL_SUPPORT
    1986     Int olsToLsIndex = (olsCtr > startOlsCtr) ? m_outputLayerSetIdx[olsCtr - m_numLayerSets] : olsCtr;
     1986    Int olsToLsIndex = (olsCtr >= startOlsCtr) ? m_outputLayerSetIdx[olsCtr - m_numLayerSets] : olsCtr;
    19871987    scanStringToArray( cfg_listOfLayerPTLOfOlss[olsCtr], m_numLayerInIdList[olsToLsIndex], "List of PTL for each layers in OLS", m_listOfLayerPTLofOlss[olsCtr] );
    19881988    //For conformance checking
Note: See TracChangeset for help on using the changeset viewer.