summaryrefslogtreecommitdiff
path: root/src/dcp.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-12 19:26:57 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-12 19:26:57 +0000
commite412564a57a5898a8f5f49c42bede37e76f0c41c (patch)
treed52d6b98f5acb3567360852a36f863c90b8a2d88 /src/dcp.cc
parent41daa5821b3d3b0f450094fbf0d1e37a449f482c (diff)
Add simple support for generating audio MXFs from part of a WAV file (for multi-reel DCP generation).
Diffstat (limited to 'src/dcp.cc')
-rw-r--r--src/dcp.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dcp.cc b/src/dcp.cc
index a5e21d9f..03c1cdc2 100644
--- a/src/dcp.cc
+++ b/src/dcp.cc
@@ -457,9 +457,7 @@ CPL::write_xml () const
(*i)->write_to_cpl (os);
}
- os << " </AssetList>\n"
- << " </Reel>\n"
- << " </ReelList>\n"
+ os << " </ReelList>\n"
<< "</CompositionPlaylist>\n";
os.close ();