Ignore:
Timestamp:
31 Jul 2014, 15:30:18 (10 years ago)
Author:
tech
Message:

Fix tickets #61 + #62.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev0/source/App/TAppEncoder/TAppEncCfg.cpp

    r1030 r1033  
    14151415    for ( Int i = 0; i < m_layerIdsInSets[lsIdx].size(); i++ )
    14161416    {
     1417#if FIX_TICKET_61
     1418      xConfirmPara( m_layerIdsInSets[lsIdx][i] < 0 || m_layerIdsInSets[lsIdx][i] >= MAX_NUM_LAYER_IDS, "LayerIdsInSet must be greater than 0 and less than MAX_NUM_LAYER_IDS" );
     1419#else
    14171420      xConfirmPara( m_layerIdsInSets[lsIdx][i] < 0 || m_layerIdsInSets[lsIdx].size() >= MAX_NUM_LAYER_IDS, "LayerIdsInSet must be greater than and less than MAX_NUM_LAYER_IDS" );
     1421#endif
    14181422    }
    14191423  }
Note: See TracChangeset for help on using the changeset viewer.