summaryrefslogtreecommitdiff
path: root/src/lib/hints.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hints.cc')
-rw-r--r--src/lib/hints.cc3
1 files changed, 2 insertions, 1 deletions
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;