diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-23 22:35:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-23 22:35:12 +0200 |
| commit | 972f4ac422c52d5c695e78cf5daa405175fae4d7 (patch) | |
| tree | 2830e6f3be52ece4762a47f5e8aa047dace4cc15 /src/cpl.h | |
| parent | 59ba9648836cb96795dc93531967737f0ecea053 (diff) | |
Add CPL::set
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
