summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-08 22:02:04 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-08 23:23:54 +0100
commit3239ce7c2cde98a6d70777f7e408b356a5f01a94 (patch)
treeaaeae92e72a4a7903b003779e63e4bf5e00d173e /src/lib/reel_writer.h
parent7dc07e0a608c1b41ad63e24edfa8a92836f5be99 (diff)
Factor out empty_text_asset() method.
Diffstat (limited to 'src/lib/reel_writer.h')
-rw-r--r--src/lib/reel_writer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/reel_writer.h b/src/lib/reel_writer.h
index 6237c2943..08b85a785 100644
--- a/src/lib/reel_writer.h
+++ b/src/lib/reel_writer.h
@@ -101,6 +101,7 @@ private:
long frame_info_position (Frame frame, Eyes eyes) const;
Frame check_existing_picture_asset (boost::filesystem::path asset);
bool existing_picture_frame_ok (FILE* asset_file, boost::shared_ptr<InfoFileHandle> info_file, Frame frame) const;
+ boost::shared_ptr<dcp::SubtitleAsset> empty_text_asset (TextType type, boost::optional<DCPTextTrack> track) const;
boost::shared_ptr<dcp::ReelPictureAsset> create_reel_picture (boost::shared_ptr<dcp::Reel> reel, std::list<ReferencedReelAsset> const & refs) const;
void create_reel_sound (boost::shared_ptr<dcp::Reel> reel, std::list<ReferencedReelAsset> const & refs) const;