diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-13 00:33:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:22 +0100 |
| commit | 0fdccaf9779b376938a1cd795f31f3bc5036333f (patch) | |
| tree | cfa86af70b411a7cdb71aad8f6b4a9c9fd724662 /test/round_trip_test.cc | |
| parent | d460960876cfef9d8638843345fdc1db1294db73 (diff) | |
Remove 32x32 test image.
Diffstat (limited to 'test/round_trip_test.cc')
| -rw-r--r-- | test/round_trip_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/round_trip_test.cc b/test/round_trip_test.cc index 49da5b65..2e7984ca 100644 --- a/test/round_trip_test.cc +++ b/test/round_trip_test.cc @@ -70,7 +70,7 @@ BOOST_AUTO_TEST_CASE (round_trip_test) shared_ptr<dcp::MonoPictureAsset> asset_A (new dcp::MonoPictureAsset (dcp::Fraction (24, 1), dcp::SMPTE)); shared_ptr<dcp::PictureAssetWriter> writer = asset_A->start_write (work_dir / "video.mxf", false); - dcp::File j2c ("test/data/32x32_red_square.j2c"); + dcp::File j2c ("test/data/flat_red.j2c"); for (int i = 0; i < 24; ++i) { writer->write (j2c.data (), j2c.size ()); } |
