summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-23 01:48:53 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-23 01:48:53 +0100
commit75e86accf241dc6e2d2c2235e21093a05b01b335 (patch)
treee18db446b6b90677df23e4329cc1584f03a6a2c5 /src/cpl.h
parent20200f69bbf5bf611eb301b1e793384ee7cd568d (diff)
More hacks - MCA descriptors in CPL but not MXF.edgecode
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 4f1bc834..d9c70bf7 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -361,7 +361,6 @@ private:
void maybe_write_composition_metadata_asset(xmlpp::Element* node) const;
void read_composition_metadata_asset(cxml::ConstNodePtr node, std::vector<dcp::VerificationNote>* notes);
- std::vector<MCASubDescriptor> create_mca_subdescriptors(std::shared_ptr<const SoundAsset> asset) const;
boost::optional<std::string> extension_metadata_value(std::string const& scope, std::string const& name, std::string const& property) const;
void set_extension_metadata_value(
std::string const& scope,