summaryrefslogtreecommitdiff
path: root/src/parse
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-21 19:02:33 -0400
committerCarl Hetherington <cth@carlh.net>2015-09-21 19:02:33 -0400
commitbbd1408d35a68aa04a805682d17563989e8a3e1a (patch)
tree92f0c2885161743d509c7920621a679b6de3524a /src/parse
parent06851d8baa70ddcf0da088fcce24ba24114cc7de (diff)
Re-fix Atmos ignoring.
Diffstat (limited to 'src/parse')
-rw-r--r--src/parse/cpl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/cpl.cc b/src/parse/cpl.cc
index efa4cac2..2a71134b 100644
--- a/src/parse/cpl.cc
+++ b/src/parse/cpl.cc
@@ -77,7 +77,7 @@ CPLAssetList::CPLAssetList (shared_ptr<const cxml::Node> node)
main_subtitle = optional_type_child<MainSubtitle> (node, "MainSubtitle");
/* Ignore Atmos metadata */
- node->ignore_child ("axd:AuxData");
+ node->ignore_child ("AuxData");
node->done ();
}