X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubrip_content.h;h=0202e21d7f32eb782a81989cc27947c75ea748fe;hb=4dbc6ef917aeceb906b1ef1caf6911033e7e2c54;hp=d2dcdee00b09cce5e1b014dba924fd0b09bea8ff;hpb=cc27c2716f755305d67f1e1ba828ecf37f8405dd;p=dcpomatic.git diff --git a/src/lib/subrip_content.h b/src/lib/subrip_content.h index d2dcdee00..0202e21d7 100644 --- a/src/lib/subrip_content.h +++ b/src/lib/subrip_content.h @@ -30,7 +30,7 @@ public: } /* Content */ - void examine (boost::shared_ptr); + void examine (boost::shared_ptr, 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; };