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


Ignore:
Timestamp:
30 Apr 2014, 01:10:03 (11 years ago)
Author:
seregin
Message:

remove macro TIMING_INFO_NONZERO_LAYERID_SPS

File:
1 edited

Legend:

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

    r761 r762  
    461461  TimingInfo *timingInfo = pcVUI->getTimingInfo();
    462462  READ_FLAG(       uiCode, "vui_timing_info_present_flag");         timingInfo->setTimingInfoPresentFlag      (uiCode ? true : false);
    463 #if TIMING_INFO_NONZERO_LAYERID_SPS
     463#if SVC_EXTENSION
    464464  if( pcSPS->getLayerId() > 0 )
    465465  {
Note: See TracChangeset for help on using the changeset viewer.