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