diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-11 01:06:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-11 01:06:37 +0000 |
| commit | 14c5566fe90b2584c7474c3250e6506d70e81510 (patch) | |
| tree | a219ac33ceb407eb384e0781b4f4e741f99a374d /src/lib/video_content.h | |
| parent | f09e516b90f0b097c949926831ad1bc282ba41f7 (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.h | 1 |
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); |
