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/reel.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/reel.cc')
| -rw-r--r-- | src/reel.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/reel.cc b/src/reel.cc index 52a4f0fb..8995f874 100644 --- a/src/reel.cc +++ b/src/reel.cc @@ -44,6 +44,9 @@ Reel::write_to_cpl (ostream& s) const if (_main_subtitle) { _main_subtitle->write_to_cpl (s); } + + s << " </AssetList>\n" + << " </Reel>\n"; } bool |
