("SEIPreferredTransferCharacterisics",m_preferredTransferCharacteristics,-1,"Value for the preferred_transfer_characteristics field of the Alternative transfer characteristics SEI which will override the corresponding entry in the VUI. If negative, do not produce the respective SEI message")
("SEIGreenMetadataType",m_greenMetadataType,0u,"Value for the green_metadata_type specifies the type of metadata that is present in the SEI message. If green_metadata_type is 1, then metadata enabling quality recovery after low-power encoding is present")
("SEIXSDMetricType",m_xsdMetricType,0u,"Value for the xsd_metric_type indicates the type of the objective quality metric. PSNR is the only type currently supported")
#if CMP_SEI_MESSAGE
("SEICmpEnabled",m_cmpSEIEnabled,false,"Controls generation of cubemap projection SEI message")
("SEICmpCancelFlag",m_cmpSEICmpCancelFlag,true,"Specifies the persistence of any previous cubemap projection SEI message in output order.")
("SEICmpPersistenceFlag",m_cmpSEICmpPersistenceFlag,false,"Specifies the persistence of the cubemap projection SEI message for the current layer.")
#endif
#if RWP_SEI_MESSAGE
("SEIRwpEnabled",m_rwpSEIEnabled,false,"Controls if region-wise packing SEI message enabled")
("SEIRwpCancelFlag",m_rwpSEIRwpCancelFlag,true,"Specifies the persistence of any previous region-wise packing SEI message in output order.")
#define MCTS_ENC_CHECK 1 ///< Temporal MCTS encoder constraint and decoder checks. Also requires SEITMCTSTileConstraint to be enabled to enforce constraint
#define RWP_SEI_MESSAGE 1 // region-wise SEI message
#define CMP_SEI_MESSAGE 1 // cubemap projection SEI message