Rename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.
[dcpomatic.git] / src / lib / examine_content_job.h
index 0f4da2457c646fff9fb47ee0efb50a74820ed033..0105035ffe1c175521680f1fc059869836e5bdc2 100644 (file)
@@ -27,11 +27,16 @@ class ExamineContentJob : public Job
 {
 public:
        ExamineContentJob (boost::shared_ptr<const Film>, boost::shared_ptr<Content>);
+       ~ExamineContentJob ();
 
        std::string name () const;
        std::string json_name () const;
        void run ();
 
+       boost::shared_ptr<Content> content () const {
+               return _content;
+       }
+
 private:
        boost::shared_ptr<Content> _content;
 };