Add CPL::set().
[libdcp.git] / src / cpl.h
index 43c8a56ebb3f9f19e6e5b120fe01959316a74705..439aeda0d539452b40feff167a937ff8f31d48b1 100644 (file)
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -95,6 +95,8 @@ public:
         */
        void add (std::shared_ptr<Reel> reel);
 
+       void set (std::vector<std::shared_ptr<Reel>> reels);
+
        /** Add a KDM to this CPL.  If the KDM is for any of this CPLs assets it will be used
         *  to decrypt those assets.
         *  @param kdm KDM.