X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Futil.h;fp=src%2Flib%2Futil.h;h=c6b6324f7287c5219f8d494a70f3e311c1cb8af2;hb=34bfe29024dd7926db8289781fa70c5e408263e5;hp=b92869b253a776167c72bbd1b20159a1a9015e4e;hpb=7c00e7a8c5f0e543000dd62ce8c66fdb8da6ee34;p=dcpomatic.git diff --git a/src/lib/util.h b/src/lib/util.h index b92869b25..c6b6324f7 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -87,7 +87,7 @@ extern std::string careful_string_filter (std::string); extern std::pair audio_channel_types (std::list mapped, int channels); extern std::shared_ptr remap (std::shared_ptr input, int output_channels, AudioMapping map); extern size_t utf8_strlen (std::string s); -extern void emit_subtitle_image (dcpomatic::ContentTimePeriod period, dcp::SubtitleImage sub, dcp::Size size, std::shared_ptr decoder); +extern void emit_subtitle_image(dcpomatic::ContentTimePeriod period, dcp::SubtitleImage sub, dcp::Size parent_size, std::shared_ptr decoder); extern void copy_in_bits (boost::filesystem::path from, boost::filesystem::path to, std::function); extern dcp::Size scale_for_display (dcp::Size s, dcp::Size display_container, dcp::Size film_container, PixelQuanta quanta); extern dcp::DecryptedKDM decrypt_kdm_with_helpful_error (dcp::EncryptedKDM kdm);