X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.h;h=970a68d661271be3b567d714ec880cc55111527a;hb=d1957e43ef4a3966e35b9f28b8faf96e925d2310;hp=6a450ef8f33721b5903179118c809ce41b88b9fb;hpb=f67bc45820b4e56f90eecb97ba3b7762c119f9b5;p=dcpomatic.git diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 6a450ef8f..970a68d66 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -41,7 +41,8 @@ public: std::string summary () const; std::string technical_summary () const; void as_xml (xmlpp::Node *, bool with_paths) const; - DCPTime full_length (boost::shared_ptr film) const; + dcpomatic::DCPTime full_length (boost::shared_ptr film) const; + dcpomatic::DCPTime approximate_length () const; std::string identifier () const; @@ -50,7 +51,7 @@ public: bool still () const; private: - void add_properties (std::list& p) const; + void add_properties (boost::shared_ptr film, std::list& p) const; boost::optional _path_to_scan; };