edid-decode: show Serial Number also in hex
commit1668825d337c3a9549eb558d14551a207c3a8c20
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 2 Nov 2023 10:49:34 +0000 (2 11:49 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 2 Nov 2023 10:49:34 +0000 (2 11:49 +0100)
tree1ed5f28a904dcceff291060380abd44c7fcff8ce
parent100437cf02a3faafec59e9e863117fa53e925aa6
edid-decode: show Serial Number also in hex

In decimal only it is hard to detect that 16843009
is actually a typical dummy serial number value. Showing this
in hex (0x01010101) suddenly makes it clear that this
S/N is not reliable.

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