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


Ignore:
Timestamp:
7 Jul 2015, 22:58:48 (10 years ago)
Author:
seregin
Message:

macro cleanup: FIX_LAYER_ID_INIT, SPS_PTL_FIX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1130 r1132  
    848848    }
    849849  }
    850 #if !FIX_LAYER_ID_INIT  // It was still called because NECESSARY_FLAG does not exist and is by default "false"
    851 #if !NECESSARY_FLAG   // Already called once in TAppEncTop.cpp
    852 #if DERIVE_LAYER_ID_LIST_VARIABLES
    853   pcVPS->deriveLayerIdListVariables();
    854 #endif
    855 #endif
    856 #endif
     850
    857851  TimingInfo *timingInfo = pcVPS->getTimingInfo();
    858852  WRITE_FLAG(timingInfo->getTimingInfoPresentFlag(),          "vps_timing_info_present_flag");
Note: See TracChangeset for help on using the changeset viewer.