Ticket #61: TAppEncCfg.diff
File TAppEncCfg.diff, 717 bytes (added by kkawamura, 11 years ago) |
---|
-
HTM_10.2/source/App/TAppEncoder/TAppEncCfg.cpp
1387 1387 } 1388 1388 for ( Int i = 0; i < m_layerIdsInSets[lsIdx].size(); i++ ) 1389 1389 { 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" ); 1391 1391 } 1392 1392 } 1393 1393