Ignore:
Timestamp:
3 Mar 2015, 23:36:18 (10 years ago)
Author:
seregin
Message:

fix the index for m_ppcTEncTop to be layerId

File:
1 edited

Legend:

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

    r1047 r1049  
    29912991    {
    29922992#if O0225_MAX_TID_FOR_REF_LAYERS
    2993       for( j = i+1; j <= vps->getMaxLayers() - 1; j++)
     2993      for( j = i+1; j < vps->getMaxLayers(); j++)
    29942994      {
    29952995        if(vps->getDirectDependencyFlag(j, i))
     
    30093009    {
    30103010#if O0225_MAX_TID_FOR_REF_LAYERS
    3011       for( j = i+1; j <= vps->getMaxLayers() - 1; j++)
     3011      for( j = i+1; j < vps->getMaxLayers(); j++)
    30123012      {
    30133013        vps->setMaxTidIlRefPicsPlus1(i, j, 7);
Note: See TracChangeset for help on using the changeset viewer.