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


Ignore:
Timestamp:
2 Feb 2014, 19:30:45 (11 years ago)
Author:
seregin
Message:

fix LayerIdIncludedFlag setting

File:
1 edited

Legend:

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

    r593 r596  
    21892189  // For other layers
    21902190  Int i, m, n;
    2191   for( i = 1; i <= m_numLayerSets - 1; i++ )
     2191  for( i = 1; i < m_numLayerSets; i++ )
    21922192  {
    21932193    n = 0;
     
    21962196      if( m_layerIdIncludedFlag[i][m] )
    21972197      {
    2198         m_layerSetLayerIdList[i][n] = m;
    2199         n++;
     2198        m_layerSetLayerIdList[i][n++] = m;
    22002199      }
    22012200    }
Note: See TracChangeset for help on using the changeset viewer.