From bc1c7cd669dfdb865a4963d2e7b9eb7564e056f2 Mon Sep 17 00:00:00 2001 From: SrigayathryPugazhenthi <175205324+SrigayathryPugazhenthi@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:45:39 +0100 Subject: [PATCH] gh #154 deprecate resetOutputToSDR API --- include/dsVideoPort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dsVideoPort.h b/include/dsVideoPort.h index 3b84074..981a6f3 100644 --- a/include/dsVideoPort.h +++ b/include/dsVideoPort.h @@ -822,7 +822,7 @@ dsError_t dsGetCurrentOutputSettings(intptr_t handle, dsHDRStandard_t* video_eot dsError_t dsIsOutputHDR(intptr_t handle, bool* hdr); /** - * @brief Resets Video Output to SDR. + * @brief Resets Video Output to SDR. THIS API IS DEPRECATED. * * For sink devices, this function returns dsERR_OPERATION_NOT_SUPPORTED always. *