Fix incorrect burnt-in subtitle colours when burning into a DCP source (#2261).
authorCarl Hetherington <cth@carlh.net>
Fri, 10 Jun 2022 21:04:54 +0000 (23:04 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 10 Jun 2022 21:04:54 +0000 (23:04 +0200)
commit9704833bdfc8c8f104203200be27f714fa677506
tree8060672f5ddb4e708f472a8a67f04b9e931ec59e
parent7fa7b39acdb940d8eafdf8b553525dae7c152084
Fix incorrect burnt-in subtitle colours when burning into a DCP source (#2261).

dcp::combined_rgb_to_xyz was changed in libdcp (the values are no longer scaled
by 65535) but DoM wasn't changed, and there was no test to catch it.
src/lib/image.cc
test/image_test.cc