summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-12-11 01:06:37 +0000
committerCarl Hetherington <cth@carlh.net>2017-12-11 01:06:37 +0000
commit14c5566fe90b2584c7474c3250e6506d70e81510 (patch)
treea219ac33ceb407eb384e0781b4f4e741f99a374d /src/lib/video_content.h
parentf09e516b90f0b097c949926831ad1bc282ba41f7 (diff)
Fix various problems caused by non-integer-frame start trims,
and also by the inability of content_video_to_dcp to return negative values. The latter is necessary for tests on "is this content too early" to work.
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index 19ea113f7..412d4d034 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -169,6 +169,7 @@ public:
void add_properties (std::list<UserProperty> &) const;
void modify_position (DCPTime& pos) const;
+ void modify_trim_start (ContentTime& pos) const;
static boost::shared_ptr<VideoContent> from_xml (Content* parent, cxml::ConstNodePtr, int);