Changeset 1033 in 3DVCSoftware for branches/HTM-11.2-dev0/source/App
- Timestamp:
- 31 Jul 2014, 15:30:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-11.2-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
r1030 r1033 1415 1415 for ( Int i = 0; i < m_layerIdsInSets[lsIdx].size(); i++ ) 1416 1416 { 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 1417 1420 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 1418 1422 } 1419 1423 }
Note: See TracChangeset for help on using the changeset viewer.