@@ -1381,7 +1381,7 @@ void DecLib::xCheckParameterSetConstraints(const int layerId)
CHECK(sps->getSubPicInfoPresentFlag()!=0,"When res_change_in_clvs_allowed_flag is equal to 1, the value of subpic_info_present_flag shall be equal to 0.");
}
CHECK(sps->getRprEnabledFlag()&&sps->getVirtualBoundariesEnabledFlag(),"when the value of res_change_in_clvs_allowed_flag is equal to 1, the value of sps_virtual_boundaries_present_flag shall be equal to 0");
CHECK(sps->getRprEnabledFlag()&&sps->getVirtualBoundariesPresentFlag(),"when the value of res_change_in_clvs_allowed_flag is equal to 1, the value of sps_virtual_boundaries_present_flag shall be equal to 0");