Rearrange subtitle font management.
[dcpomatic.git] / src / lib / hints.cc
index 027510eca8015dafa55c9e38c32b04a261fd7fe4..4a5c984380a95af51c5e3fae1eeb4b2a548d06fa 100644 (file)
@@ -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;