From 9074988dc9c46482c10bf8fe06d7cd5e3f7fb82f Mon Sep 17 00:00:00 2001
From: Hendry <hendry197@gmail.com>
Date: Tue, 19 May 2020 13:52:33 -0700
Subject: [PATCH] removing duplicated check

---
 source/Lib/DecoderLib/VLCReader.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/source/Lib/DecoderLib/VLCReader.cpp b/source/Lib/DecoderLib/VLCReader.cpp
index a77544217..31b8897dc 100644
--- a/source/Lib/DecoderLib/VLCReader.cpp
+++ b/source/Lib/DecoderLib/VLCReader.cpp
@@ -3500,7 +3500,6 @@ void  HLSyntaxReader::checkAlfNaluTidAndPicTid(Slice* pcSlice, PicHeader* picHea
       int chromaAlfApsId = picHeader->getAlfApsIdChroma();
       aps = parameterSetManager->getAPS(chromaAlfApsId, ALF_APS);
       CHECK(aps->getTemporalId() > curPicTid, "The TemporalId of the APS NAL unit having aps_params_type equal to ALF_APS and adaptation_parameter_set_id equal to ph_alf_aps_id_chroma shall be less than or equal to the TemporalId of the picture associated with the PH.");
-      CHECK(aps->getTemporalId() > curPicTid, "The TemporalId of the APS NAL unit having aps_params_type equal to ALF_APS and adaptation_parameter_set_id equal to ph_alf_aps_id_luma[ i ] shall be less than or equal to the TemporalId of the picture associated with the PH.");
 #if JVET_R0194_CONSTRAINT_PS_SHARING_REFERENCING
       if( pcSlice->getNalUnitLayerId() != aps->getLayerId() )
       {
-- 
GitLab