diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-12 19:26:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-12 19:26:57 +0000 |
| commit | e412564a57a5898a8f5f49c42bede37e76f0c41c (patch) | |
| tree | d52d6b98f5acb3567360852a36f863c90b8a2d88 /src/dcp.cc | |
| parent | 41daa5821b3d3b0f450094fbf0d1e37a449f482c (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.cc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 (); |
