diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-26 00:32:21 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-26 00:32:21 +0200 |
| commit | 5c56edb56a36a06c3ea12b1df67f5ad45983cb0d (patch) | |
| tree | f1aa911384b1ac0250caafa7c6da686741c36af5 /src/cpl.h | |
| parent | c7a9a5c9e368b1a5e657adbebd37d1bbc4984e62 (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. |
