X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.h;h=8c50fd8a87f89cd0115d2a4e49b462d3af976448;hb=a28253ce511913781db472958fb10259f0d215ad;hp=6db24767d5af5850a418444f204f69b896bb6f5b;hpb=e6f28e7cda23c1ba3c49cc1bf2dc1491c2f87160;p=dcpomatic.git diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 6db24767d..8c50fd8a8 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -20,8 +20,8 @@ #ifndef DCPOMATIC_IMAGE_CONTENT_H #define DCPOMATIC_IMAGE_CONTENT_H -#include #include "video_content.h" +#include namespace cxml { class Node; @@ -31,13 +31,13 @@ class ImageContent : public VideoContent { public: ImageContent (boost::shared_ptr, boost::filesystem::path); - ImageContent (boost::shared_ptr, boost::shared_ptr, int); + ImageContent (boost::shared_ptr, cxml::ConstNodePtr, int); boost::shared_ptr shared_from_this () { return boost::dynamic_pointer_cast (Content::shared_from_this ()); }; - void examine (boost::shared_ptr); + void examine (boost::shared_ptr, bool calculate_digest); std::string summary () const; std::string technical_summary () const; void as_xml (xmlpp::Node *) const;