diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-14 21:14:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-14 21:14:22 +0200 |
| commit | 24ee9f8cf3736c5cd946eb6df8bd3189f8a62ce0 (patch) | |
| tree | d33e33ded5b766cff09d748786a8427949de1f1d /test | |
| parent | 1f336350e4c6f60c4597b43976d1a9e4e05ea61b (diff) | |
Fix MPEG2 DCP gamma (#3026).3026-mpeg2-colour
Diffstat (limited to 'test')
| -rw-r--r-- | test/colour_conversion_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/colour_conversion_test.cc b/test/colour_conversion_test.cc index db33a2b37..765ad491a 100644 --- a/test/colour_conversion_test.cc +++ b/test/colour_conversion_test.cc @@ -74,6 +74,7 @@ BOOST_AUTO_TEST_CASE (colour_conversion_test2) " <WhiteX>0.3127</WhiteX>\n" " <WhiteY>0.329</WhiteY>\n" " <OutputGamma>2.6</OutputGamma>\n" + " <OutputMPEG2Gamma>2.4</OutputMPEG2Gamma>\n" "</Test>\n" ); } @@ -103,6 +104,7 @@ BOOST_AUTO_TEST_CASE (colour_conversion_test3) " <WhiteX>0.3127</WhiteX>\n" " <WhiteY>0.329</WhiteY>\n" " <OutputGamma>2.6</OutputGamma>\n" + " <OutputMPEG2Gamma>2.4</OutputMPEG2Gamma>\n" "</Test>\n" ); } |
