Changeset 567 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibCommon
- Timestamp:
- 27 Jan 2014, 18:33:04 (11 years ago)
- Location:
- branches/SHM-5.0-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibCommon/SEI.h
r442 r567 72 72 SCALABLE_NESTING = 133, 73 73 REGION_REFRESH_INFO = 134, 74 #if M0043_LAYERS_PRESENT_SEI75 LAYERS_ PRESENT= 137,74 #if LAYERS_NOT_PRESENT_SEI 75 LAYERS_NOT_PRESENT = 137, 76 76 #endif 77 77 #if N0383_IL_CONSTRAINED_TILE_SETS_SEI … … 319 319 }; 320 320 321 #if M0043_LAYERS_PRESENT_SEI322 class SEILayers Present : public SEI323 { 324 public: 325 PayloadType payloadType() const { return LAYERS_ PRESENT; }326 327 SEILayers Present() {}328 virtual ~SEILayers Present() {}321 #if LAYERS_NOT_PRESENT_SEI 322 class SEILayersNotPresent : public SEI 323 { 324 public: 325 PayloadType payloadType() const { return LAYERS_NOT_PRESENT; } 326 327 SEILayersNotPresent() {} 328 virtual ~SEILayersNotPresent() {} 329 329 330 330 UInt m_activeVpsId; 331 331 UInt m_vpsMaxLayers; 332 Bool m_layer PresentFlag[MAX_LAYERS];332 Bool m_layerNotPresentFlag[MAX_LAYERS]; 333 333 }; 334 334 #endif -
branches/SHM-5.0-dev/source/Lib/TLibCommon/TypeDef.h
r566 r567 178 178 179 179 #define VIEW_ID_RELATED_SIGNALING 1 ///< Introduce syntax elements view_id and view_id_val 180 #define M0043_LAYERS_PRESENT_SEI 0 ///< JCTVC-M0043: add layers present SEI. Macro shall be equal to 0 according to the JCTVC-N0174 discussion. The code is to be removed.180 #define LAYERS_NOT_PRESENT_SEI 1 ///< JCTVC-M0043: add layers not present SEI. 181 181 #define N0383_IL_CONSTRAINED_TILE_SETS_SEI 1 182 182 #define N0065_LAYER_POC_ALIGNMENT 1
Note: See TracChangeset for help on using the changeset viewer.