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

Subject: edid-decode: improve the warning when the first VIC and DTD are 
different
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Mon Jul 29 15:10:53 2024 +0200

Just mention that they are different, rather than that the VIC overrides
the DTD.

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

 parse-cta-block.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

diff --git a/parse-cta-block.cpp b/parse-cta-block.cpp
index b9d8b268cc19..e80f3dc54fcf 100644
--- a/parse-cta-block.cpp
+++ b/parse-cta-block.cpp
@@ -628,7 +628,7 @@ void edid_state::cta_svd(const unsigned char *x, unsigned 
n, bool for_ycbcr420)
                        }
                        if (first_svd && !cta.preferred_timings.empty()) {
                                if (!match_timings(cta.preferred_timings[0].t, 
*t))
-                                       warn("VIC %u is the preferred timing, 
overriding the first detailed timings. Is this intended?\n", vic);
+                                       warn("VIC %u and the first DTD are not 
identical. Is this intended?\n", vic);
                                else if (cta.first_svd_might_be_preferred)
                                        warn("For improved preferred timing 
interoperability, set 'Native detailed modes' to 1.\n");
                        }

Reply via email to