diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-12 15:21:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-12 15:21:31 +0100 |
| commit | 2517ec798da291dedc02dd7a7a432f7aa63133e4 (patch) | |
| tree | 275fdd498846450725f4400ebb5863ba2a5ac15c /src/lib/video_content.h | |
| parent | 7698ee82874ee9cb5fa4b251a0a7e7e2df81fcfb (diff) | |
Add some tests; fix failure to make DCP when there is a bit of audio right at the end of the film (with no corresponding video).
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 623a1858b..19ea113f7 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -168,6 +168,8 @@ public: void take_from_examiner (boost::shared_ptr<VideoExaminer>); void add_properties (std::list<UserProperty> &) const; + void modify_position (DCPTime& pos) const; + static boost::shared_ptr<VideoContent> from_xml (Content* parent, cxml::ConstNodePtr, int); private: |
