From 38300c1b90cfa2d1756e76665f805980282a0771 Mon Sep 17 00:00:00 2001 From: "hm.jang" <hm.jang@lge.com> Date: Wed, 29 Jul 2020 08:59:17 +0900 Subject: [PATCH] implement JVET-S0219 aspect2 below. Move the signalling of aps_params_type to an earlier position and change the signalling of aps_adaptation_parameter_set_id AHG Recommendation (cleanup): Just change the order to put the type before the ID. --- source/Lib/CommonLib/TypeDef.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Lib/CommonLib/TypeDef.h b/source/Lib/CommonLib/TypeDef.h index 2f2995dce..f20576af4 100644 --- a/source/Lib/CommonLib/TypeDef.h +++ b/source/Lib/CommonLib/TypeDef.h @@ -72,6 +72,8 @@ #define JVET_R0270 1 // JVET-S0270: Treating picture with mixed RASL and RADL slices as RASL picture +#define JVET_S0219_ASPECT2_CHANGE_ORDER_APS_PARAMS_TYPE 1 // JVET-S0219 aspect2: change the order to put the aps_params_type before the aps_adaptation_parameter_set_id. + #define JVET_S0081_NON_REFERENCED_PIC 1 // JVET-S0081: exclude non-referenced picture to be used as prevTid0 picture #define JVET_R0433 1 // JVET-R0433: APS signaling and semantics cleanup -- GitLab