Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;
[dcpomatic.git] / src / lib / content.h
index f7e97feac9a3489d1083f96278a4eea3e491d367..0b72ada9c52a55d7b822829dce94ceeac134f24c 100644 (file)
@@ -67,8 +67,9 @@ public:
        /** Examine the content to establish digest, frame rates and any other
         *  useful metadata.
         *  @param job Job to use to report progress, or 0.
+        *  @param calculate_digest True to calculate a digest for the content's file(s).
         */
-       virtual void examine (boost::shared_ptr<Job> job);
+       virtual void examine (boost::shared_ptr<Job> job, bool calculate_digest);
        
        /** @return Quick one-line summary of the content, as will be presented in the
         *  film editor.