Changeset 1138 in SHVCSoftware
- Timestamp:
- 7 Jul 2015, 23:16:29 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1137 r1138 68 68 #define R0227_VUI_BSP_HRD_FLAG 1 ///< JCTVC-R0227, Conformance checking such that VPS VUI HRD only present if VPS timing info is signalled 69 69 #define R0227_REP_FORMAT_CONSTRAINT 1 ///< JCTVC-R0227, Conformance checking such that representation format of a particular layer shall not be greater than the one defined in VPS for that layer 70 #define R0227_BR_PR_ADD_LAYER_SET 1 ///< JCTVC-R0227, Signalling of bit-rate and picture rate for additional layer set71 70 #define R0042_PROFILE_INDICATION 1 ///< JCTVC-R0042, Profile indication for additional layer sets 72 71 -
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1137 r1138 2471 2471 { 2472 2472 #if Q0078_ADD_LAYER_SETS 2473 #if R0227_BR_PR_ADD_LAYER_SET2474 2473 for( i = vps->getBaseLayerInternalFlag() ? 0 : 1; i < vps->getNumLayerSets(); i++ ) 2475 #else2476 for( i = 0; i <= vps->getVpsNumLayerSetsMinus1(); i++ )2477 #endif2478 2474 #else 2479 2475 for( i = 0; i < vps->getNumLayerSets(); i++ )
Note: See TracChangeset for help on using the changeset viewer.