diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-23 01:48:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-23 01:48:53 +0100 |
| commit | 75e86accf241dc6e2d2c2235e21093a05b01b335 (patch) | |
| tree | e18db446b6b90677df23e4329cc1584f03a6a2c5 /src/util.h | |
| parent | 20200f69bbf5bf611eb301b1e793384ee7cd568d (diff) | |
More hacks - MCA descriptors in CPL but not MXF.edgecode
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ extern std::string make_digest (ArrayData data); extern bool ids_equal (std::string a, std::string b); extern std::string remove_urn_uuid (std::string raw); extern boost::optional<std::string> remove_urn_uuid(boost::optional<std::string> raw); +extern std::string remove_urn_smpte_ul(std::string raw); /** Set up various bits that the library needs. Should be called once * by client applications. |
