Changeset 871 in SHVCSoftware
- Timestamp:
- 15 Aug 2014, 01:51:47 (11 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r870 r871 59 59 #define PER_LAYER_PTL 1 ///< Signal profile-tier-level information for each layer. 60 60 #endif 61 #define BSP_INIT_ARRIVAL_SEI 1 ///< JCTVC-R0231: Make signalling of vcl_initial_arrival_delay independent of NalHrdBpPresentFlag 61 62 #define O0137_MAX_LAYERID 1 ///< JCTVC-O0137, JCTVC-O0200, JCTVC-O0223: restrict nuh_layer_id and vps_max_layers_minus1 62 63 -
branches/SHM-dev/source/Lib/TLibDecoder/SEIread.cpp
r868 r871 1288 1288 } 1289 1289 } 1290 #if BSP_INIT_ARRIVAL_SEI 1291 if( hrd->getVclHrdParametersPresentFlag() ) 1292 #else 1290 1293 else 1294 #endif 1291 1295 { 1292 1296 for(UInt i = 0; i < schedCombCnt; i++) -
branches/SHM-dev/source/Lib/TLibEncoder/SEIwrite.cpp
r868 r871 942 942 } 943 943 } 944 #if BSP_INIT_ARRIVAL_SEI 945 if( hrd->getVclHrdParametersPresentFlag() ) 946 #else 944 947 else 948 #endif 945 949 { 946 950 for(UInt i = 0; i < schedCombCnt; i++)
Note: See TracChangeset for help on using the changeset viewer.