diff --git a/source/Lib/DecoderLib/VLCReader.cpp b/source/Lib/DecoderLib/VLCReader.cpp index 022de876567bf2892fc93b607c1c0c1a7d4484cd..de759f44859ab4b0781d63bc4915681fd491ea67 100644 --- a/source/Lib/DecoderLib/VLCReader.cpp +++ b/source/Lib/DecoderLib/VLCReader.cpp @@ -742,6 +742,10 @@ void HLSyntaxReader::parsePPS( PPS* pcPPS, ParameterSetManager *parameterSetMana #endif } } + else + { + pcPPS->setDeblockingFilterOverrideEnabledFlag(false); + } #if JVET_Q0819_PH_CHANGES READ_FLAG(uiCode, "rpl_info_in_ph_flag"); pcPPS->setRplInfoInPhFlag(uiCode ? true : false);