X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Frender_subtitles.h;h=218b866e95cd238bcc96307b5ed0720267d52d43;hb=91bd51ff82e99113860570b519459303802bd98f;hp=22648387ef2312a5f2f81c731f43f58cbbb3e2d5;hpb=8353a009aae1a604251c0160193c39741c2fa27c;p=dcpomatic.git diff --git a/src/lib/render_subtitles.h b/src/lib/render_subtitles.h index 22648387e..218b866e9 100644 --- a/src/lib/render_subtitles.h +++ b/src/lib/render_subtitles.h @@ -17,11 +17,8 @@ */ -#include -#include -#include "position.h" +#include "position_image.h" +#include +#include -class Image; - -void -render_subtitles (std::list, libdcp::Size, boost::shared_ptr &, Position &); +PositionImage render_subtitles (std::list, dcp::Size);