diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-05 01:24:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-05 01:24:19 +0000 |
| commit | 5ee3348142f4cfafdbcf2c9c833843d717affc11 (patch) | |
| tree | 1c97c80eeccc6b5f515a611e35dee35b21d3b09b /test/round_trip_test.cc | |
| parent | 740938890d95e853cf13d4780a5d674c3d6c7f6f (diff) | |
Various IMF hacks.imf
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 8eff55a3..796b0c95 100644 --- a/test/round_trip_test.cc +++ b/test/round_trip_test.cc @@ -101,7 +101,7 @@ BOOST_AUTO_TEST_CASE (round_trip_test) /* Reload the picture asset */ shared_ptr<dcp::MonoPictureAsset> asset_B ( - new dcp::MonoPictureAsset (work_dir / "video.mxf") + new dcp::MonoPictureAsset (work_dir / "video.mxf", dcp::ASSET_DCP) ); BOOST_CHECK (!kdm_B.keys().empty ()); |
