Changeset 508 in 3DVCSoftware for branches/HTM-DEV-0.3-dev0
- Timestamp:
- 28 Jun 2013, 14:45:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
r500 r508 1396 1396 1397 1397 // Output layer sets 1398 xConfirmPara( m_outputLayerSetIdx.size() < 0 || m_outputLayerSetIdx.size()> 1024, "The number of output layer set indices must be less than 1025.") ;1398 xConfirmPara( m_outputLayerSetIdx.size() > 1024, "The number of output layer set indices must be less than 1025.") ; 1399 1399 for (Int lsIdx = 0; lsIdx < m_outputLayerSetIdx.size(); lsIdx++) 1400 1400 {
Note: See TracChangeset for help on using the changeset viewer.