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


Ignore:
Timestamp:
8 Jul 2015, 00:42:22 (11 years ago)
Author:
seregin
Message:

macro cleanup: O0109_DEFAULT_ONE_OUT_LAYER_IDC, O0135_DEFAULT_ONE_OUT_SEMANTIC, ALT_OPT_LAYER_FLAG

File:
1 edited

Legend:

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

    r1157 r1158  
    30203020      }
    30213021    }
     3022
    30223023    if( NumOutputLayersInOutputLayerSet[i] == 1 && vps->getNumDirectRefLayers(OlsHighestOutputLayerId[i]) > 0 )
    30233024    {
     
    30253026      vps->setAltOuputLayerFlag(i, uiCode ? true : false);
    30263027    }
    3027 #if ALT_OPT_LAYER_FLAG
    30283028    else
    30293029    {
    3030           uiCode=0;
    3031           vps->setAltOuputLayerFlag(i, uiCode ? true : false);
    3032     }
    3033 #endif
     3030      vps->setAltOuputLayerFlag(i, false);
     3031    }
    30343032
    30353033    assert( NumOutputLayersInOutputLayerSet[i] > 0 );
Note: See TracChangeset for help on using the changeset viewer.