From fe99eae4b95c5fcf2f3730efad4a18d0cb5c29bc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 5 Jun 2015 00:05:32 +0100 Subject: MXF -> Asset in lots of places. --- test/decryption_test.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/decryption_test.cc') 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 get_frame (dcp::DCP const & dcp) { shared_ptr reel = dcp.cpls().front()->reels().front (); - shared_ptr picture = reel->main_picture()->mxf (); + shared_ptr picture = reel->main_picture()->asset (); BOOST_CHECK (picture); - shared_ptr mono_picture = dynamic_pointer_cast (picture); + shared_ptr mono_picture = dynamic_pointer_cast (picture); shared_ptr j2k_frame = mono_picture->get_frame (0); shared_ptr xyz = j2k_frame->xyz_image(); -- cgit v1.2.3