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


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

macro cleanup: DERIVE_LAYER_ID_LIST_VARIABLES, VPS_EXTN_MASK_AND_DIM_INFO

File:
1 edited

Legend:

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

    r1160 r1161  
    10711071    }
    10721072  }
    1073 #if DERIVE_LAYER_ID_LIST_VARIABLES
     1073
     1074#if SVC_EXTENSION
    10741075  pcVPS->deriveLayerIdListVariables();
    10751076#endif
     1077
    10761078  TimingInfo *timingInfo = pcVPS->getTimingInfo();
    10771079  READ_FLAG(       uiCode, "vps_timing_info_present_flag");         timingInfo->setTimingInfoPresentFlag      (uiCode ? true : false);
     
    26842686  }
    26852687#endif
    2686 #if VPS_EXTN_MASK_AND_DIM_INFO
     2688
    26872689  UInt numScalabilityTypes = 0, i = 0, j = 0;
    26882690
     
    27412743    }
    27422744  }
    2743 #endif
     2745
    27442746#if VIEW_ID_RELATED_SIGNALING
    27452747#if O0109_VIEW_ID_LEN
Note: See TracChangeset for help on using the changeset viewer.