edid-decode: fix OVT bugs
commit4738de77cdea33bb4806071db176f052dfed4241
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 25 May 2022 09:27:29 +0000 (25 11:27 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 25 May 2022 09:27:29 +0000 (25 11:27 +0200)
tree4687b68c7450087f11e2f24f96000e72a625a3ee
parent8a8d673d738ce010ca32a179032e8f6c0bb5dfb4
edid-decode: fix OVT bugs

Fix the use of a wrong index (i instead of rate_index), and in the
preparse code the EDID offset calculation was missing a " + i".

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
parse-cta-block.cpp