summaryrefslogtreecommitdiff
path: root/src/reel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-14 20:15:43 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-14 20:15:43 +0000
commited6a471b61d36a3ba7e8696fa3e5606406c5cf62 (patch)
tree3ca098925eb269c4cd41ff22124773ba7d36c14b /src/reel.cc
parent67cf9c95d190b1f2a67d73c0a7f712e213b6e71a (diff)
parent62ee85a258aa9329544d8542dfbcc40ce8177a7a (diff)
Merge master
Diffstat (limited to 'src/reel.cc')
-rw-r--r--src/reel.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/reel.cc b/src/reel.cc
index d8703dd0..ae3080ad 100644
--- a/src/reel.cc
+++ b/src/reel.cc
@@ -45,6 +45,9 @@ Reel::write_to_cpl (xmlpp::Node* parent) const
if (_main_subtitle) {
_main_subtitle->write_to_cpl (asset_list);
}
+
+ s << " </AssetList>\n"
+ << " </Reel>\n";
}
bool