Changeset 1132 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 7 Jul 2015, 22:58:48 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1130 r1132 848 848 } 849 849 } 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 857 851 TimingInfo *timingInfo = pcVPS->getTimingInfo(); 858 852 WRITE_FLAG(timingInfo->getTimingInfoPresentFlag(), "vps_timing_info_present_flag");
Note: See TracChangeset for help on using the changeset viewer.