X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fvideo_mxf_content.h;h=25da0def4976e605258ea83f16e33843a55cfc7e;hb=673ba43fb66eb0dee43807501753749f144254a7;hp=6236568b1cad89837627c98ad5f68531e9173d2f;hpb=e13e5cd4cfda39b0a0b77ed8036e14e15f93ec2e;p=dcpomatic.git diff --git a/src/lib/video_mxf_content.h b/src/lib/video_mxf_content.h index 6236568b1..25da0def4 100644 --- a/src/lib/video_mxf_content.h +++ b/src/lib/video_mxf_content.h @@ -40,6 +40,7 @@ public: std::string identifier () const; void as_xml (xmlpp::Node* node, bool with_paths) const; DCPTime full_length (boost::shared_ptr film) const; + DCPTime approximate_length () const; void add_properties (std::list& p) const; static bool valid_mxf (boost::filesystem::path path);