Merge.
[dcpomatic.git] / src / lib / video_content.h
index 9e5c1362f94d73edfbe1d5d5492ad7354fbac5b1..792929419c42f36e091efe40ef583df3eb20b7d3 100644 (file)
@@ -51,7 +51,6 @@ public:
 
        void as_xml (xmlpp::Node *) const;
        std::string technical_summary () const;
-       virtual std::string information () const;
        virtual std::string identifier () const;
 
        ContentTime video_length () const {
@@ -87,7 +86,7 @@ public:
        void set_bottom_crop (int);
 
        void set_scale (VideoContentScale);
-       void unset_colour_conversion ();
+       void unset_colour_conversion (bool signal = true);
        void set_colour_conversion (ColourConversion);
        void set_default_colour_conversion (bool signal = true);