Changeset 1077 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
10 Mar 2015, 17:32:41 (11 years ago)
Author:
seregin
Message:

update the older Visual Studio project files and some fixes to avoid implicit cast warnings, patch was provided by Karsten Sühring <karsten.suehring@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp

    r1073 r1077  
    33293329      }
    33303330    }
    3331     m_numLayerInIdList.push_back(m_layerSetLayerIdList[i].size());
     3331    m_numLayerInIdList.push_back((Int)m_layerSetLayerIdList[i].size());
    33323332  }
    33333333}
     
    35913591  if( it != m_layerSetLayerIdList[olsIdx].end() )
    35923592  {
    3593     layerIdc = std::distance( m_layerSetLayerIdList[olsIdx].begin(), it );
     3593    layerIdc = (Int)std::distance( m_layerSetLayerIdList[olsIdx].begin(), it );
    35943594  }
    35953595
Note: See TracChangeset for help on using the changeset viewer.