diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-05 00:05:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 14:36:27 +0100 |
| commit | fe99eae4b95c5fcf2f3730efad4a18d0cb5c29bc (patch) | |
| tree | 265ca14896f63eeff210d602c5f11ed19d800ebf /test/decryption_test.cc | |
| parent | 7b717db244554300ebed8eade8421ee3faa28d33 (diff) | |
MXF -> Asset in lots of places.
Diffstat (limited to 'test/decryption_test.cc')
| -rw-r--r-- | test/decryption_test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/decryption_test.cc b/test/decryption_test.cc index 0080fe3e..0974b85d 100644 --- a/test/decryption_test.cc +++ b/test/decryption_test.cc @@ -22,7 +22,7 @@ #include "cpl.h" #include "decrypted_kdm.h" #include "encrypted_kdm.h" -#include "mono_picture_mxf.h" +#include "mono_picture_asset.h" #include "reel_picture_asset.h" #include "reel.h" #include "test.h" @@ -42,10 +42,10 @@ pair<uint8_t*, dcp::Size> get_frame (dcp::DCP const & dcp) { shared_ptr<const dcp::Reel> reel = dcp.cpls().front()->reels().front (); - shared_ptr<dcp::PictureMXF> picture = reel->main_picture()->mxf (); + shared_ptr<dcp::PictureAsset> picture = reel->main_picture()->asset (); BOOST_CHECK (picture); - shared_ptr<const dcp::MonoPictureMXF> mono_picture = dynamic_pointer_cast<const dcp::MonoPictureMXF> (picture); + shared_ptr<const dcp::MonoPictureAsset> mono_picture = dynamic_pointer_cast<const dcp::MonoPictureAsset> (picture); shared_ptr<const dcp::MonoPictureFrame> j2k_frame = mono_picture->get_frame (0); shared_ptr<dcp::XYZImage> xyz = j2k_frame->xyz_image(); |
