summaryrefslogtreecommitdiff
path: root/src/reel_sound_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-05 01:51:24 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-05 01:51:24 +0100
commitb038dc192bdac76da3b1bebdd6b448e8be830814 (patch)
treea21f6ab4fce16b514c97c41039733d81175020cd /src/reel_sound_asset.h
parente6913e8eb44e1dc990ef89f19ab64792880898a5 (diff)
Fix ordering of KeyId tag in SMPTE CPLs.
Diffstat (limited to 'src/reel_sound_asset.h')
-rw-r--r--src/reel_sound_asset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h
index b5dc819a..622a97cf 100644
--- a/src/reel_sound_asset.h
+++ b/src/reel_sound_asset.h
@@ -37,6 +37,8 @@ public:
ReelSoundAsset (boost::shared_ptr<dcp::SoundMXF> content, int64_t entry_point);
ReelSoundAsset (boost::shared_ptr<const cxml::Node>);
+ void write_to_cpl (xmlpp::Node* node, Standard standard) const;
+
/** @return the SoundMXF that this object refers to */
boost::shared_ptr<SoundMXF> mxf () {
return boost::dynamic_pointer_cast<SoundMXF> (_content.object ());