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


Ignore:
Timestamp:
10 Jun 2014, 14:36:46 (11 years ago)
Author:
nokia
Message:

fix out of boundary array variables for JVTVC-Q0078

File:
1 edited

Legend:

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

    r798 r799  
    26662666    UInt iNuhLId = getLayerIdInNuh(i);
    26672667    UInt predIdx = 0;
    2668     for (UInt j = iNuhLId + 1; j < 63; j++)
     2668    for (UInt j = iNuhLId + 1; j < MAX_NUM_LAYER_IDS; j++)
    26692669    {
    26702670      if (getRecursiveRefLayerFlag(j, iNuhLId))
Note: See TracChangeset for help on using the changeset viewer.