summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-23 10:33:41 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-23 10:33:41 +0100
commitfc84af606d8ba5106cf0045777e786ff56305876 (patch)
tree98f4654a8e172ffa51aa8c9c559ad580af125183 /src/lib/reel_writer.h
parent02aa82f89c63992abac870a17e55980d39cbc62a (diff)
Rename some caption -> text.
Diffstat (limited to 'src/lib/reel_writer.h')
-rw-r--r--src/lib/reel_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/reel_writer.h b/src/lib/reel_writer.h
index a46c3efa7..2e5ad8975 100644
--- a/src/lib/reel_writer.h
+++ b/src/lib/reel_writer.h
@@ -113,7 +113,7 @@ private:
boost::shared_ptr<dcp::PictureAssetWriter> _picture_asset_writer;
boost::shared_ptr<dcp::SoundAsset> _sound_asset;
boost::shared_ptr<dcp::SoundAssetWriter> _sound_asset_writer;
- boost::shared_ptr<dcp::SubtitleAsset> _caption_asset[TEXT_COUNT];
+ boost::shared_ptr<dcp::SubtitleAsset> _text_asset[TEXT_COUNT];
static int const _info_size;
};