Changeset 1161 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 00:54:26 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1160 r1161 1071 1071 } 1072 1072 } 1073 #if DERIVE_LAYER_ID_LIST_VARIABLES 1073 1074 #if SVC_EXTENSION 1074 1075 pcVPS->deriveLayerIdListVariables(); 1075 1076 #endif 1077 1076 1078 TimingInfo *timingInfo = pcVPS->getTimingInfo(); 1077 1079 READ_FLAG( uiCode, "vps_timing_info_present_flag"); timingInfo->setTimingInfoPresentFlag (uiCode ? true : false); … … 2684 2686 } 2685 2687 #endif 2686 #if VPS_EXTN_MASK_AND_DIM_INFO 2688 2687 2689 UInt numScalabilityTypes = 0, i = 0, j = 0; 2688 2690 … … 2741 2743 } 2742 2744 } 2743 #endif 2745 2744 2746 #if VIEW_ID_RELATED_SIGNALING 2745 2747 #if O0109_VIEW_ID_LEN
Note: See TracChangeset for help on using the changeset viewer.