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/asset_map.h | |
| parent | 3e651bb96a19bb5603eeb1318528b4a8c636c06c (diff) | |
Ignore Language tag in subtitles. Get MXF/XML filenames from the asset map.
Diffstat (limited to 'src/asset_map.h')
| -rw-r--r-- | src/asset_map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/asset_map.h b/src/asset_map.h index 430cb5aa..10a0915f 100644 --- a/src/asset_map.h +++ b/src/asset_map.h @@ -55,6 +55,8 @@ class AssetMap : public XMLFile public: AssetMap (std::string file); + boost::shared_ptr<AssetMapAsset> asset_from_id (std::string id) const; + std::string id; std::string creator; int64_t volume_count; |
