Various fixes to allow independent x and y scaling of text subs (#489).
[dcpomatic.git] / src / lib / render_subtitles.h
index 22648387ef2312a5f2f81c731f43f58cbbb3e2d5..dbde8011594553b2dd2cf05ca96da4ebed42747e 100644 (file)
 
 */
 
-#include <libdcp/subtitle_asset.h>
-#include <libdcp/util.h>
-#include "position.h"
+#include "position_image.h"
+#include <dcp/subtitle_string.h>
+#include <dcp/util.h>
 
-class Image;
-
-void
-render_subtitles (std::list<libdcp::Subtitle>, libdcp::Size, boost::shared_ptr<Image> &, Position<int> &);
+std::list<PositionImage> render_subtitles (std::list<dcp::SubtitleString>, dcp::Size);