X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fexamine_ffmpeg_subtitles_job.h;h=1a065df57b485c95264ddba4a8a065d49b86791d;hb=2695f450ca00654cef8709e4e3cfb4cf5de48fc7;hp=5960a9cc3bad241c403b4910bcf1852825d8c319;hpb=4fb4b414b70cb38d405b6c3dd6c12b6a4d918d40;p=dcpomatic.git diff --git a/src/lib/examine_ffmpeg_subtitles_job.h b/src/lib/examine_ffmpeg_subtitles_job.h index 5960a9cc3..1a065df57 100644 --- a/src/lib/examine_ffmpeg_subtitles_job.h +++ b/src/lib/examine_ffmpeg_subtitles_job.h @@ -20,19 +20,19 @@ #include "job.h" #include "ffmpeg.h" -#include class FFmpegContent; class ExamineFFmpegSubtitlesJob : public Job, public FFmpeg { public: - ExamineFFmpegSubtitlesJob (boost::shared_ptr, boost::shared_ptr); + ExamineFFmpegSubtitlesJob (std::shared_ptr, std::shared_ptr); + ~ExamineFFmpegSubtitlesJob (); - std::string name () const; - std::string json_name () const; - void run (); + std::string name () const override; + std::string json_name () const override; + void run () override; private: - boost::shared_ptr _content; + std::shared_ptr _content; };