diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-08-15 21:15:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-08-15 21:24:43 +0200 |
| commit | c9669424b2e1b97d031c65947bcb32a900684e78 (patch) | |
| tree | dc93a86a3f58d78bad0b50d9ad7d40002fa78de3 /src | |
| parent | 0b9a03150ea37772438a9d39cb2b9d1cdf2d91cd (diff) | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp.cc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -666,10 +666,7 @@ DCP::cpl_summaries() const continue; } - if ( - pkl_type == remove_parameters(CPL::static_pkl_type(Standard::INTEROP)) || - pkl_type == remove_parameters(CPL::static_pkl_type(Standard::SMPTE))) { - + if (remove_parameters(*pkl_type) == "text/xml") { auto parser = new xmlpp::DomParser; dcp::ScopeGuard sg = [parser]() { delete parser; }; |
