Forward-port move of content description generation to lib/ rather than wx/.
[dcpomatic.git] / src / lib / video_content.h
index 3c8e5fefd5a587d7d57ef8f885031197f461e977..64112c1da964c8a86d16c90563b298254ac3767d 100644 (file)
@@ -91,7 +91,7 @@ public:
        void set_scale (VideoContentScale);
        void unset_colour_conversion ();
        void set_colour_conversion (ColourConversion);
-       void set_default_colour_conversion ();
+       void set_default_colour_conversion (bool signal = true);
 
        void set_fade_in (ContentTime);
        void set_fade_out (ContentTime);
@@ -157,6 +157,8 @@ public:
        void scale_and_crop_to_fit_width ();
        void scale_and_crop_to_fit_height ();
 
+       std::string processing_description () const;
+
 protected:
        void take_from_video_examiner (boost::shared_ptr<VideoExaminer>);