Changeset 725 in SHVCSoftware for branches


Ignore:
Timestamp:
22 Apr 2014, 21:33:09 (11 years ago)
Author:
seregin
Message:

fix the indices for setMotionPredRefLayerId and setSamplePredRefLayerId

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r723 r725  
    22732273    }
    22742274  }
    2275   for ( Int i = 1, mIdx = 0, sIdx = 0; i < m_numLayer; i++ )
    2276   {
     2275  for( Int i = 1; i < m_numLayer; i++ )
     2276  {
     2277    Int mIdx = 0, sIdx = 0;
    22772278    Int iNuhLId = vps->getLayerIdInNuh(i);
    22782279    TDecTop *decTop = (TDecTop *)getLayerDec(iNuhLId);
Note: See TracChangeset for help on using the changeset viewer.