X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ffilm.h;fp=src%2Flib%2Ffilm.h;h=d9d7e82fd2140a4cbf9fae20c69ea9e6badd4db6;hp=ee8756b3dfdcf860d837c0dd90a11188427bd350;hb=3574212ee42b2bd924eb95d5c0f4f69ec9e0a2f0;hpb=24d54ea7fe1ba128cf8d3521d6738fc73a7c623e diff --git a/src/lib/film.h b/src/lib/film.h index ee8756b3d..d9d7e82fd 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -99,7 +99,7 @@ public: dcp::Size full_frame () const; dcp::Size frame_size () const; - std::list dcps () const; + std::vector cpls () const; boost::shared_ptr make_player () const; boost::shared_ptr playlist () const; @@ -120,14 +120,14 @@ public: dcp::EncryptedKDM make_kdm ( boost::shared_ptr target, - boost::filesystem::path dcp, + boost::filesystem::path cpl_file, dcp::LocalTime from, dcp::LocalTime until ) const; std::list make_kdms ( std::list >, - boost::filesystem::path dcp, + boost::filesystem::path cpl_file, dcp::LocalTime from, dcp::LocalTime until ) const;