diff --git a/source/Lib/CommonLib/TypeDef.h b/source/Lib/CommonLib/TypeDef.h index 140baf746cdf9ad9ba8b87b5b3d47c062f15a983..cd5d86d0020f855add86887f5eb6dc2cfde2a9df 100644 --- a/source/Lib/CommonLib/TypeDef.h +++ b/source/Lib/CommonLib/TypeDef.h @@ -86,8 +86,6 @@ #define JVET_S0179_CONDITIONAL_SIGNAL_GCI 1 // JVET-S0179: Conditional signalling of GCI fields -#define JVET_R0064 1 // JVET-R0064, aspect 2: Move the flag scaling_matrix_for_lfnst_disabled_flag from the scaling_list_data( ) syntax to the SPS. - #define JVET_S0049_ASPECT4 1 // JVET-S0049 aspect 4: Constrain the value of pps_alf_info_in_ph_flag to be equal to 0 when the PH is in the SH #define JVET_S0258_SUBPIC_CONSTRAINTS 1 // JVET-S0258: sub-picture constraints @@ -880,16 +878,6 @@ enum SPSExtensionFlagIndex NUM_SPS_EXTENSION_FLAGS = 8 }; -/* -enum PPSExtensionFlagIndex -{ - PPS_EXT__REXT = 0, -//PPS_EXT__MVHEVC = 1, //for use in future versions -//PPS_EXT__SHVC = 2, //for use in future versions - NUM_PPS_EXTENSION_FLAGS = 8 -}; -*/ - // TODO: Existing names used for the different NAL unit types can be altered to better reflect the names in the spec. // However, the names in the spec are not yet stable at this point. Once the names are stable, a cleanup // effort can be done without use of macros to alter the names used to indicate the different NAL unit types.