diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-21 19:02:33 -0400 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-21 19:02:33 -0400 |
| commit | bbd1408d35a68aa04a805682d17563989e8a3e1a (patch) | |
| tree | 92f0c2885161743d509c7920621a679b6de3524a /src/parse | |
| parent | 06851d8baa70ddcf0da088fcce24ba24114cc7de (diff) | |
Re-fix Atmos ignoring.
Diffstat (limited to 'src/parse')
| -rw-r--r-- | src/parse/cpl.cc | 2 |
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 (); } |
