A few missing checks on the return value of fopen_boost.
[dcpomatic.git] / src / lib / ffmpeg_content.h
index 8203b7ac18d01b4303629ccb7c6f888c18d81ecf..76ba43567d9961ea2c1798c3ebfe13fb27e9772b 100644 (file)
@@ -56,10 +56,9 @@ public:
                return boost::dynamic_pointer_cast<FFmpegContent> (Content::shared_from_this ());
        }
        
-       void examine (boost::shared_ptr<Job>, bool calculate_digest);
+       void examine (boost::shared_ptr<Job>);
        std::string summary () const;
        std::string technical_summary () const;
-       std::string information () const;
        void as_xml (xmlpp::Node *) const;
        DCPTime full_length () const;