diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-24 22:38:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-24 22:38:52 +0200 |
| commit | 85c565b56de05e93617a8dfd633d6f9d6e9cb30a (patch) | |
| tree | ecde1c29df68d91c749fd33ea7e4175a3a3716d6 /src/interop_subtitle_asset.h | |
| parent | ec520e1a5ed27b3eb414627acf7ad7f9cd661346 (diff) | |
Try to remove the PKL object, and make it so that we don't keepdcp-editor2
the PKL assets around after reading them.
But verification needs to see those assets, to check the hashes.
Diffstat (limited to 'src/interop_subtitle_asset.h')
| -rw-r--r-- | src/interop_subtitle_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h index b953b303..95427f01 100644 --- a/src/interop_subtitle_asset.h +++ b/src/interop_subtitle_asset.h @@ -69,7 +69,7 @@ public: ) const override; void write_to_assetmap (xmlpp::Node* node, boost::filesystem::path root) const override; - void add_to_pkl (std::shared_ptr<PKL> pkl, boost::filesystem::path root) const override; + void add_to_pkl (std::vector<PKLAsset>& assets, boost::filesystem::path root, dcp::Standard standard) const override; std::vector<std::shared_ptr<LoadFontNode>> load_font_nodes () const override; |
