Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all assert...
[dcpomatic.git] / src / lib / subrip_content.h
index d2dcdee00b09cce5e1b014dba924fd0b09bea8ff..0202e21d7f32eb782a81989cc27947c75ea748fe 100644 (file)
@@ -30,7 +30,7 @@ public:
        }
        
        /* Content */
-       void examine (boost::shared_ptr<Job>);
+       void examine (boost::shared_ptr<Job>, bool calculate_digest);
        std::string summary () const;
        std::string technical_summary () const;
        std::string information () const;
@@ -42,6 +42,8 @@ public:
                return true;
        }
 
+       static std::string const font_id;
+       
 private:
        DCPTime _length;
 };