Changeset 1101 in SHVCSoftware
- Timestamp:
- 6 Jul 2015, 20:23:02 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1100 r1101 208 208 209 209 #define O0062_POC_LSB_NOT_PRESENT_FLAG 1 ///< JCTVC-O0062: signal poc_lsb_not_present_flag for each layer in VPS extension 210 #define SHM_FIX7 1 ///< fix for SHVC WD ticket #7211 210 212 211 #define O0092_0094_DEPENDENCY_CONSTRAINT 1 ///< JCTVC-O0092: constraint on the layer_id of SPS/PPS -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1100 r1101 1226 1226 1227 1227 #if Q0142_POC_LSB_NOT_PRESENT 1228 #if SHM_FIX71229 1228 Int iPOClsb = 0; 1230 #endif1231 1229 #endif 1232 1230 -
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1100 r1101 1034 1034 1035 1035 #if N0065_LAYER_POC_ALIGNMENT 1036 #if SHM_FIX7 1037 } 1038 #endif 1039 if( !pcSlice->getIdrPicFlag() ) 1040 { 1036 } 1037 if( !pcSlice->getIdrPicFlag() ) 1038 { 1041 1039 #endif 1042 1040 TComReferencePictureSet* rps = pcSlice->getRPS(); … … 1156 1154 #endif 1157 1155 } 1158 #if N0065_LAYER_POC_ALIGNMENT && !SHM_FIX71159 }1160 #endif1161 1156 } 1162 1157
Note: See TracChangeset for help on using the changeset viewer.