Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;
[dcpomatic.git] / src / lib / film.h
index 8a0823094e4c0ddf7b272ee05fae332ba631cc25..1906de91b19bc94674c86b6b5e0612687791046d 100644 (file)
@@ -250,8 +250,8 @@ public:
        void set_directory (boost::filesystem::path);
        void set_name (std::string);
        void set_use_isdcf_name (bool);
-       void examine_content (boost::shared_ptr<Content>);
-       void examine_and_add_content (boost::shared_ptr<Content>);
+       void examine_content (boost::shared_ptr<Content>, bool calculate_digest);
+       void examine_and_add_content (boost::shared_ptr<Content>, bool calculate_digest);
        void add_content (boost::shared_ptr<Content>);
        void remove_content (boost::shared_ptr<Content>);
        void move_content_earlier (boost::shared_ptr<Content>);