diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-22 02:16:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-26 00:09:27 +0100 |
| commit | 5799460dc38bafa1da1ce9f7bf43621d3fadf442 (patch) | |
| tree | a4666f4bf8f99f29716e8d68113320426b0a1c95 /src/lib/video_content.h | |
| parent | aaf6845e130ac208cee524536b67c54bd1ce8ed9 (diff) | |
Noisy change to get film into AudioContent::modify_trim_start().
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 7214d35e4..cff141e4e 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -211,7 +211,7 @@ public: void set_length (Frame); - void take_from_examiner (std::shared_ptr<VideoExaminer>); + void take_from_examiner(std::shared_ptr<const Film> film, std::shared_ptr<VideoExaminer>); void add_properties (std::list<UserProperty> &) const; void modify_position (std::shared_ptr<const Film> film, dcpomatic::DCPTime& pos) const; |
