Fix missing Key ID when writing details of encrypted Atmos assets to CPL.
authorCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2020 11:15:13 +0000 (13:15 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2020 11:15:34 +0000 (13:15 +0200)
src/reel_atmos_asset.cc

index 637f188d81ce0b40c10eb8830fa672c0a0bc445d..958bc72cba13fbdca84c0cdb3965bb8c35f6e34d 100644 (file)
@@ -83,6 +83,7 @@ xmlpp::Node *
 ReelAtmosAsset::write_to_cpl (xmlpp::Node* node, Standard standard) const
 {
        xmlpp::Node* asset = write_to_cpl_asset (node, standard, hash());
+       write_to_cpl_mxf (asset);
        asset->add_child("axd:DataType")->add_child_text("urn:smpte:ul:060e2b34.04010105.0e090604.00000000");
        return asset;
 }