Changeset 508 in 3DVCSoftware


Ignore:
Timestamp:
28 Jun 2013, 14:45:27 (11 years ago)
Author:
tech
Message:

Fixed compiler warning.

File:
1 edited

Legend:

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

    r500 r508  
    13961396
    13971397  // 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.") ;
    13991399  for (Int lsIdx = 0; lsIdx < m_outputLayerSetIdx.size(); lsIdx++)
    14001400  {   
Note: See TracChangeset for help on using the changeset viewer.