summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-08 22:05:48 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-08 22:05:48 +0100
commit0dfba123cbfe59395c894af6acb1e49801bd9c26 (patch)
treefeb996e2afa212afa15257239d63ac8e372d78e8 /src/cpl.cc
parent3e651bb96a19bb5603eeb1318528b4a8c636c06c (diff)
Ignore Language tag in subtitles. Get MXF/XML filenames from the asset map.
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index 93deedf8..c135db3c 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -142,6 +142,7 @@ MainSubtitle::MainSubtitle (xmlpp::Node const * node)
duration = int64_node ("Duration");
ignore_node ("Hash");
+ ignore_node ("Language");
done ();
}