X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubtitle_encoder.h;h=165d5fcb67792f409b3d8e2060b0fa2a707cc565;hb=6d7cb904ba47773e0d50b3bf3e5162c0f6df9896;hp=70b92456464e3312be9b667ecce9ab2f3afe4f1e;hpb=ddcd4f3ba0af3e9d49dbb68127317cd0d871a248;p=dcpomatic.git diff --git a/src/lib/subtitle_encoder.h b/src/lib/subtitle_encoder.h index 70b924564..165d5fcb6 100644 --- a/src/lib/subtitle_encoder.h +++ b/src/lib/subtitle_encoder.h @@ -23,7 +23,6 @@ #include "dcp_text_track.h" #include "encoder.h" #include "dcpomatic_time.h" -#include namespace dcp { class SubtitleAsset; @@ -37,7 +36,7 @@ class Film; class SubtitleEncoder : public Encoder { public: - SubtitleEncoder (boost::shared_ptr film, boost::shared_ptr job, boost::filesystem::path output, std::string intial_name, bool split_reels, bool include_font); + SubtitleEncoder (std::shared_ptr film, std::shared_ptr job, boost::filesystem::path output, std::string intial_name, bool split_reels, bool include_font); void go (); @@ -51,7 +50,7 @@ public: private: void text (PlayerText subs, TextType type, boost::optional track, dcpomatic::DCPTimePeriod period); - std::vector, boost::filesystem::path> > _assets; + std::vector, boost::filesystem::path> > _assets; std::vector _reels; bool _split_reels; bool _include_font;