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


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/TLibEncoder/TEncCavlc.cpp

    r1157 r1159  
    21772177#endif
    21782178    {
    2179 #if NUM_OL_FLAGS
    2180       for(j = 0; j < vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet) ; j++)
    2181 #else
    2182       for(j = 0; j < vps->getNumLayersInIdList(lsIdx) - 1; j++)
    2183 #endif
     2179      for( j = 0; j < vps->getNumLayersInIdList(layerSetIdxForOutputLayerSet) ; j++ )
    21842180      {
    21852181        WRITE_FLAG( vps->getOutputLayerFlag(i,j), "output_layer_flag[i][j]");
Note: See TracChangeset for help on using the changeset viewer.