summaryrefslogtreecommitdiff
path: root/src/lib/video_mxf_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_mxf_content.h')
-rw-r--r--src/lib/video_mxf_content.h1
1 files changed, 1 insertions, 0 deletions
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<const Film> film) const;
+ DCPTime approximate_length () const;
void add_properties (std::list<UserProperty>& p) const;
static bool valid_mxf (boost::filesystem::path path);