Ticket #61: TAppEncCfg.diff

File TAppEncCfg.diff, 717 bytes (added by kkawamura, 10 years ago)
  • HTM_10.2/source/App/TAppEncoder/TAppEncCfg.cpp

     
    13871387    }
    13881388    for ( Int i = 0; i < m_layerIdsInSets[lsIdx].size(); i++ )
    13891389    {
    1390       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" );
     1390      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" );
    13911391    }
    13921392  }
    13931393