summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-28 12:08:47 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-28 12:08:47 +0100
commit56051988dab4fedbd75094039bd5ef6a148a2d82 (patch)
tree5f90ca99810f0ff4e2044589cbbfdafccbf5828f /src/cpl.h
parent656d6b6fdf3e3773e3643a32bc85f415c914e155 (diff)
Cleanup: extract write_mca_subdescriptors().
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 78e46c6a..629a296a 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -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;