From 063a253b5c0c4cb6da29c401df96725eb6774d3d Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Wed, 31 Jul 2024 16:47:10 +0200 Subject: [PATCH] edid-decode.1: document the --infoframe option Document this new option. Signed-off-by: Hans Verkuil --- edid-decode.1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/edid-decode.1 b/edid-decode.1 index 3bf4988..7e2a206 100644 --- a/edid-decode.1 +++ b/edid-decode.1 @@ -199,6 +199,14 @@ depending on whether the Source only parses Block 0 (e.g. DVI outputs), or Block and the CTA-861 Extension Blocks (HDMI), or Block 0 and the DisplayID Extension Blocks (typical for DisplayPort). .TP +\fB\-I\fR, \fB\-\-infoframe\fR \fI\fR +Parse the given InfoFrame file. This option can be used multiple times to +parse multiple InfoFrames. If the EDID of the display to which these InfoFrames +are transmitted is also given, then the conformity checks will take that EDID +into account. + +Note: this is still work-in-progress, specifically for the AVI and HDMI InfoFrames. +.TP \fB\-\-diagonal\fR \fI\fR Specify the diagonal of the display in inches. This will enable additional checks for the image size, checking if it corresponds to the diagonal. This assumes -- 2.11.4.GIT