X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexamine_content_job.h;h=2004aca8318225e2b2f33da0c6b70f1c959b0c59;hb=e9d0d7bf9871b7e7fa8d154535cf0bbc7e7bd466;hp=d149341b4456589e9d1fdda31fc72d978e32d2aa;hpb=bb767c7e338414beee132af3e96829c1448e214b;p=dcpomatic.git diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index d149341b4..2004aca83 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -23,23 +23,16 @@ #include "job.h" -class Decoder; - /** @class ExamineContentJob * @brief A class to run through content at high speed to find its length. */ class ExamineContentJob : public Job { public: - ExamineContentJob (boost::shared_ptr, Log *); + ExamineContentJob (boost::shared_ptr, boost::shared_ptr req); ~ExamineContentJob (); std::string name () const; void run (); - - int last_video_frame () const; - -private: - boost::shared_ptr _decoder; };