From a4da4b63a4e6ecf4f86b3f43b99383ae70311f15 Mon Sep 17 00:00:00 2001 From: SrigayathryPugazhenthi <175205324+SrigayathryPugazhenthi@users.noreply.github.com> Date: Fri, 20 Jun 2025 13:23:10 +0100 Subject: [PATCH] gh #151 Update APIs dependencies --- include/dsVideoPort.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dsVideoPort.h b/include/dsVideoPort.h index 3b84074..203ef04 100644 --- a/include/dsVideoPort.h +++ b/include/dsVideoPort.h @@ -205,7 +205,7 @@ dsError_t dsIsVideoPortEnabled(intptr_t handle, bool *enabled); * @retval dsERR_OPERATION_NOT_SUPPORTED - The attempted operation is not supported * @retval dsERR_GENERAL - Underlying undefined platform error * - * @pre dsVideoPortInit() and dsGetVideoPort() must be called before calling this API. + * @pre dsDisplayInit(), dsVideoPortInit() and dsGetVideoPort() must be called before calling this API. * * @warning This API is Not thread safe. */ @@ -494,7 +494,7 @@ typedef void (*dsHDCPStatusCallback_t)(intptr_t handle, dsHdcpStatus_t status); * @retval dsERR_OPERATION_NOT_SUPPORTED - The attempted operation is not supported * @retval dsERR_GENERAL - Underlying undefined platform error * - * @pre dsVideoPortInit() and dsGetVideoPort() must be called before calling this API. + * @pre dsVideoPortInit() , dsGetVideoPort() and dsEnableHDCP() must be called before calling this API. * * @warning This API is Not thread safe. *