diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-28 12:08:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-28 12:08:47 +0100 |
| commit | 56051988dab4fedbd75094039bd5ef6a148a2d82 (patch) | |
| tree | 5f90ca99810f0ff4e2044589cbbfdafccbf5828f /src/cpl.h | |
| parent | 656d6b6fdf3e3773e3643a32bc85f415c914e155 (diff) | |
Cleanup: extract write_mca_subdescriptors().
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -61,11 +61,12 @@ struct verify_invalid_language3; namespace dcp { -class ReelFileAsset; -class Reel; -class MXFMetadata; class CertificateChain; class DecryptedKDM; +class MXFMetadata; +class Reel; +class ReelFileAsset; +class SoundAsset; /** @class CPL @@ -345,6 +346,7 @@ private: void maybe_write_composition_metadata_asset (xmlpp::Element* node) const; void read_composition_metadata_asset (cxml::ConstNodePtr node); + void write_mca_subdescriptors(xmlpp::Element* parent, std::shared_ptr<const SoundAsset> asset) const; std::string _issuer; std::string _creator; |
