Various fixes to allow independent x and y scaling of text subs (#489).
[dcpomatic.git] / src / lib / render_subtitles.h
index d83dc119a0d0a27de01e69eb6e9c957e098d5759..dbde8011594553b2dd2cf05ca96da4ebed42747e 100644 (file)
@@ -17,8 +17,8 @@
 
 */
 
+#include "position_image.h"
 #include <dcp/subtitle_string.h>
 #include <dcp/util.h>
-#include "position_image.h"
 
-PositionImage render_subtitles (std::list<dcp::SubtitleString>, dcp::Size);
+std::list<PositionImage> render_subtitles (std::list<dcp::SubtitleString>, dcp::Size);