Changeset 1159 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
8 Jul 2015, 00:46:00 (10 years ago)
Author:
seregin
Message:

macro cleanup: NUM_OL_FLAGS

File:
1 edited

Legend:

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

    r1158 r1159  
    29372937      vps->setOutputLayerSetIdx( i, i );
    29382938    }
     2939
    29392940    Int layerSetIdxForOutputLayerSet = vps->getOutputLayerSetIdx(i);
     2941
    29402942#if Q0078_ADD_LAYER_SETS
    29412943    if( i > vps->getVpsNumLayerSetsMinus1() || vps->getDefaultTargetOutputLayerIdc() == 2 )
     
    29442946#endif
    29452947    {
    2946 #if NUM_OL_FLAGS
    2947       for(j = 0; j < vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet); j++)
    2948 #else
    2949       for(j = 0; j < vps->getNumLayersInIdList(lsIdx) - 1; j++)
    2950 #endif
     2948      for( j = 0; j < vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet); j++ )
    29512949      {
    29522950        READ_FLAG( uiCode, "output_layer_flag[i][j]"); vps->setOutputLayerFlag(i, j, uiCode);
Note: See TracChangeset for help on using the changeset viewer.