Ignore Language tag in subtitles. Get MXF/XML filenames from the asset map.
[libdcp.git] / src / asset_map.h
index 430cb5aa9e96e770470dd9734f19ac8d873e3f8c..10a0915f23643c7ada179b77b78abc696937a7d6 100644 (file)
@@ -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;