diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-08 22:05:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-08 22:05:48 +0100 |
| commit | 0dfba123cbfe59395c894af6acb1e49801bd9c26 (patch) | |
| tree | feb996e2afa212afa15257239d63ac8e372d78e8 /src/pkl.cc | |
| parent | 3e651bb96a19bb5603eeb1318528b4a8c636c06c (diff) | |
Ignore Language tag in subtitles. Get MXF/XML filenames from the asset map.
Diffstat (limited to 'src/pkl.cc')
| -rw-r--r-- | src/pkl.cc | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -49,16 +49,3 @@ PKLAsset::PKLAsset (xmlpp::Node const * node) type = string_node ("Type"); original_file_name = optional_string_node ("OriginalFileName"); } - -shared_ptr<PKLAsset> -PKL::asset_from_id (string id) const -{ - for (list<shared_ptr<PKLAsset> >::const_iterator i = assets.begin (); i != assets.end(); ++i) { - if ((*i)->id == id) { - return *i; - } - } - - return shared_ptr<PKLAsset> (); -} - |
