From 764b4ae6e9823e5a660bbd5d98775edb71ceefeb Mon Sep 17 00:00:00 2001
From: Olena Chubach <olena.chubach@mediatek.com>
Date: Mon, 9 Nov 2020 13:17:04 -0800
Subject: [PATCH] Fixed the copy-past error

---
 source/Lib/CommonLib/TypeDef.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/Lib/CommonLib/TypeDef.h b/source/Lib/CommonLib/TypeDef.h
index 234ade8a1..ca59fc478 100644
--- a/source/Lib/CommonLib/TypeDef.h
+++ b/source/Lib/CommonLib/TypeDef.h
@@ -62,7 +62,7 @@
 #define JVET_T0091_LMCS_ENC_OVERFLOW_FIX                  1 // JVET-T0091: LMCS encoder overflow fix at high bit-depth for SDR
 #define JVET_S0163_ON_TARGETOLS_SUBLAYERS                 1 // JVET-S0163: On target OLS and sublayers for decoding (OPI NAL Unit)
 #define JVET_R0266_GCI                                    1 // JVET-R0266 #5: Specify that no_gdr_constraint_flag equal to 1 specifies that sps_gdr_enabled_flag shall be equal to 0
-#define JVET_S0084_S0110_RADL                             1 // When the current picture is a RADL picture, allow RASL pictures with pps_mixed_nalu_types_in_pic_flag is equal to 1 in active entries in RefPicList[ 0 ] or RefPicList[ 1 ]#define JVET_R0046_IRAP_ASPECT2                           1 // Add a constraint on an ILRP being either an IRAP picture or having TemporalId less than or equal to Max( 0, vps_max_tid_il_ref_pics_plus1[ refPicVpsLayerId ] − 1 ), with refPicVpsLayerId equal to the value of the nuh_layer_id of the referenced picture.
+#define JVET_S0084_S0110_RADL                             1 // When the current picture is a RADL picture, allow RASL pictures with pps_mixed_nalu_types_in_pic_flag is equal to 1 in active entries in RefPicList[ 0 ] or RefPicList[ 1 ]
 #define JVET_R0046_IRAP_ASPECT2                           1 // Add a constraint on an ILRP being either an IRAP picture or having TemporalId less than or equal to Max( 0, vps_max_tid_il_ref_pics_plus1[ refPicVpsLayerId ] − 1 ), with refPicVpsLayerId equal to the value of the nuh_layer_id of the referenced picture.
 
 //########### place macros to be be kept below this line ###############
-- 
GitLab