diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-27 22:59:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-21 21:57:18 +0200 |
| commit | b933775fc54e0b51ad3777d72bf2866f0c04bacc (patch) | |
| tree | c13133d7cfe9722f3b2eeaa52a8686e029172377 /test/verify_test.cc | |
| parent | 1ae2755dbbaa30b6240dfd304c289253a577b424 (diff) | |
Support CPL metadata.
Diffstat (limited to 'test/verify_test.cc')
| -rw-r--r-- | test/verify_test.cc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc index f1213c10..14d498b0 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -515,19 +515,6 @@ BOOST_AUTO_TEST_CASE (verify_test14) static -shared_ptr<dcp::OpenJPEGImage> -black_image () -{ - shared_ptr<dcp::OpenJPEGImage> image(new dcp::OpenJPEGImage(dcp::Size(1998, 1080))); - int const pixels = 1998 * 1080; - for (int i = 0; i < 3; ++i) { - memset (image->data(i), 0, pixels * sizeof(int)); - } - return image; -} - - -static void dcp_from_frame (dcp::Data const& frame, boost::filesystem::path dir) { |
