Don't set the MXF _id from the XML <Id> tag.
[libdcp.git] / src / smpte_subtitle_asset.cc
index 9ff194f8152a8e5c9c8530cdb469c86b69a387ab..6c3277ce09cd28d8299daba12157cfd5e8ace9ef 100644 (file)
@@ -112,7 +112,6 @@ SMPTESubtitleAsset::SMPTESubtitleAsset (boost::filesystem::path file)
                        xml = make_shared<cxml::Document>("SubtitleReel");
                        xml->read_file (file);
                        parse_xml (xml);
-                       _id = _xml_id = remove_urn_uuid (xml->string_child ("Id"));
                } catch (cxml::Error& e) {
                        boost::throw_exception (
                                ReadError (