diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-08 02:05:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-08 02:05:04 +0200 |
| commit | 854bc0a513611a402b2d693d9d17da3420fd10b4 (patch) | |
| tree | 831c4cfccf60755f7e948aa20b37ad7a89695d7a /src | |
| parent | f094d850a590cf68a98d4fa83b168c64c2787083 (diff) | |
Don't set the MXF _id from the XML <Id> tag.
They should not be the same, so it's unhelpful to make them so.
parse_xml() sets up _xml_id anyway.
Diffstat (limited to 'src')
| -rw-r--r-- | src/smpte_subtitle_asset.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/smpte_subtitle_asset.cc b/src/smpte_subtitle_asset.cc index 9ff194f8..6c3277ce 100644 --- a/src/smpte_subtitle_asset.cc +++ b/src/smpte_subtitle_asset.cc @@ -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 ( |
