diff options
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 47f29cb79..552017c64 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -91,6 +91,7 @@ public: virtual void as_xml (xmlpp::Node *, bool with_paths) const; virtual DCPTime full_length (boost::shared_ptr<const Film>) const = 0; + virtual DCPTime approximate_length () const = 0; virtual std::string identifier () const; /** @return points at which to split this content when * REELTYPE_BY_VIDEO_CONTENT is in use. |
