edid-decode: parse_displayid_parameters_v2: add missing version check
commit3a562e2f9b0c405a16fe233c4df866063001eb0d
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 3 Jul 2024 07:28:53 +0000 (3 09:28 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 3 Jul 2024 07:28:53 +0000 (3 09:28 +0200)
treeda34adcb020fdc34b23bcf1f2678d16c55e31d3a
parente0d42e74f42f430e4ce665d27c7ba45fa35adc2a
edid-decode: parse_displayid_parameters_v2: add missing version check

This DB allows for versions 0 and 1, but the version check was
missing, so it would fail on version 1.

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