diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-23 01:15:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-23 01:15:37 +0000 |
| commit | 673ba43fb66eb0dee43807501753749f144254a7 (patch) | |
| tree | 1c337ccebdc2dc6f25d76d761252976814f34d57 /src/lib/atmos_mxf_content.h | |
| parent | e13e5cd4cfda39b0a0b77ed8036e14e15f93ec2e (diff) | |
Remove required Film from content examine.
Diffstat (limited to 'src/lib/atmos_mxf_content.h')
| -rw-r--r-- | src/lib/atmos_mxf_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/atmos_mxf_content.h b/src/lib/atmos_mxf_content.h index 854824c67..05f36c21c 100644 --- a/src/lib/atmos_mxf_content.h +++ b/src/lib/atmos_mxf_content.h @@ -38,6 +38,7 @@ public: std::string summary () const; void as_xml (xmlpp::Node* node, bool with_path) const; DCPTime full_length (boost::shared_ptr<const Film> film) const; + DCPTime approximate_length () const; static bool valid_mxf (boost::filesystem::path path); |
