This is an automatic generated email to let you know that the following patch 
were queued:

Subject: edid-decode: warn that CinemaVRR is deprecated
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Mon Jan 15 09:39:49 2024 +0100

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 parse-cta-block.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

---

diff --git a/parse-cta-block.cpp b/parse-cta-block.cpp
index 26e71b0792f9..25cf276f6250 100644
--- a/parse-cta-block.cpp
+++ b/parse-cta-block.cpp
@@ -1310,8 +1310,10 @@ static void cta_hf_scdb(const unsigned char *x, unsigned 
length)
                printf("    Supports QMS\n");
        if (x[4] & 0x20)
                printf("    Supports Mdelta\n");
-       if (x[4] & 0x10)
-               printf("    Supports media rates below VRRmin (CinemaVRR)\n");
+       if (x[4] & 0x10) {
+               printf("    Supports media rates below VRRmin (CinemaVRR, 
deprecated)\n");
+               warn("CinemaVRR is deprecated and must be cleared.\n");
+       }
        if (x[4] & 0x08)
                printf("    Supports negative Mvrr values\n");
        if (x[4] & 0x04)
_______________________________________________
linuxtv-commits mailing list -- linuxtv-commits@linuxtv.org
To unsubscribe send an email to linuxtv-commits-le...@linuxtv.org
%(web_page_url)slistinfo/%(_internal_name)s

Reply via email to