summaryrefslogtreecommitdiff
path: root/src/reel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-13 10:33:27 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-13 10:33:27 +0100
commitf40c9704ce44234558bba1ad15de42a50475f1e3 (patch)
tree23b9351c4996fe19a3f455ffc0915bcea58b6830 /src/reel.cc
parentf7c73615a49d308040a4a5d40677ecab08c21841 (diff)
Various fixes to incorrect Atmos read/write wrt XML namespaces.
Diffstat (limited to 'src/reel.cc')
-rw-r--r--src/reel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel.cc b/src/reel.cc
index 50c780f4..b94197d0 100644
--- a/src/reel.cc
+++ b/src/reel.cc
@@ -82,7 +82,7 @@ Reel::Reel (boost::shared_ptr<const cxml::Node> node)
_main_subtitle.reset (new ReelSubtitleAsset (main_subtitle));
}
- shared_ptr<cxml::Node> atmos = asset_list->optional_node_child ("axd:AuxData");
+ shared_ptr<cxml::Node> atmos = asset_list->optional_node_child ("AuxData");
if (atmos) {
_atmos.reset (new ReelAtmosAsset (atmos));
}