X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fhints.cc;h=4a5c984380a95af51c5e3fae1eeb4b2a548d06fa;hp=027510eca8015dafa55c9e38c32b04a261fd7fe4;hb=5a820bb8fae34591be5ac6d19a73461b9dab532a;hpb=9a7b67aee32a40539f29bc2d7017edd4a4f65f11 diff --git a/src/lib/hints.cc b/src/lib/hints.cc index 027510eca..4a5c98438 100644 --- a/src/lib/hints.cc +++ b/src/lib/hints.cc @@ -29,7 +29,6 @@ #include "dcp_content_type.h" #include "film.h" #include "font.h" -#include "font_data.h" #include "hints.h" #include "maths_util.h" #include "player.h" @@ -419,6 +418,8 @@ try struct timeval last_pulse; gettimeofday (&last_pulse, 0); + _writer->write (player->get_subtitle_fonts()); + while (!player->pass()) { struct timeval now;