diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-08 23:26:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-08 23:26:21 +0100 |
| commit | 54ef3f25f924a677de0d71e1f773898b56ab5852 (patch) | |
| tree | b2d57ad1a77a17076c8044f089a3d266778e042c /src/lib/reel_writer.h | |
| parent | 64a6a87dd4a3fd43665242b8a8b2b35a675a7839 (diff) | |
Write image subs to DCPs.
Diffstat (limited to 'src/lib/reel_writer.h')
| -rw-r--r-- | src/lib/reel_writer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/reel_writer.h b/src/lib/reel_writer.h index c0e98f6eb..4357a28f2 100644 --- a/src/lib/reel_writer.h +++ b/src/lib/reel_writer.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -60,7 +60,7 @@ public: void fake_write (Frame frame, Eyes eyes, int size); void repeat_write (Frame frame, Eyes eyes); void write (boost::shared_ptr<const AudioBuffers> audio); - void write (PlayerSubtitles subs); + void write (PlayerSubtitles subs, DCPTimePeriod period); void finish (); boost::shared_ptr<dcp::Reel> create_reel (std::list<ReferencedReelAsset> const & refs, std::list<boost::shared_ptr<Font> > const & fonts); |
