A few missing checks on the return value of fopen_boost.
[dcpomatic.git] / src / lib / render_subtitles.h
index 22648387ef2312a5f2f81c731f43f58cbbb3e2d5..218b866e95cd238bcc96307b5ed0720267d52d43 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> &);
+PositionImage render_subtitles (std::list<dcp::SubtitleString>, dcp::Size);