diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-14 16:05:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-14 16:05:59 +0200 |
| commit | 7b96b3ceec5d14874628cd8b9cb7a827d266b2f4 (patch) | |
| tree | aaca321f02a8061e69b848ea8c1717b7305ef6a4 /src/dcp.cc | |
| parent | 2c4dcc782d1db5422e9ccefee8ab8fd3639ea064 (diff) | |
Replace slightly weird add_font_assets() API.
Diffstat (limited to 'src/dcp.cc')
| -rw-r--r-- | src/dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -497,7 +497,7 @@ DCP::assets (bool ignore_unresolved) const /* More Interop special-casing */ auto sub = dynamic_pointer_cast<InteropSubtitleAsset>(o); if (sub) { - sub->add_font_assets (assets); + add_to_container(assets, sub->font_assets()); } } } |
