X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_content.h;h=792929419c42f36e091efe40ef583df3eb20b7d3;hb=9483ff5be32c31e3f78c7201c4519bedf822967c;hp=9e5c1362f94d73edfbe1d5d5492ad7354fbac5b1;hpb=4dbc6ef917aeceb906b1ef1caf6911033e7e2c54;p=dcpomatic.git diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 9e5c1362f..792929419 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -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);